Uses of Class
io.trippay.sdk.payment.model.Beneficiary
Packages that use Beneficiary
-
Uses of Beneficiary in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BeneficiaryModifier and TypeMethodDescriptionBeneficiary.accountEmail(String accountEmail) Beneficiary.accountIdentifier(String accountIdentifier) Beneficiary.accountName(String accountName) Beneficiary.accountUrl(String accountUrl) Beneficiary.amountDueInCaptureCurrency(Moneys amountDueInCaptureCurrency) Beneficiary.amountDueInCapturePriceAfterCancellation(Moneys amountDueInCapturePriceAfterCancellation) Beneficiary.amountDueInDisplayCurrency(Moneys amountDueInDisplayCurrency) Beneficiary.amountDueInDisplayPriceAfterCancellation(Moneys amountDueInDisplayPriceAfterCancellation) Beneficiary.amountDueInInternalCurrency(Moneys amountDueInInternalCurrency) Beneficiary.amountDueInInternalPriceAfterCancellation(Moneys amountDueInInternalPriceAfterCancellation) Beneficiary.amountDueInSourceCurrency(Moneys amountDueInSourceCurrency) Beneficiary.amountDueInSourcePriceAfterCancellation(Moneys amountDueInSourcePriceAfterCancellation) Beneficiary.amountDueInSupplierCurrency(Moneys amountDueInSupplierCurrency) Beneficiary.amountDueInSupplierPriceAfterCancellation(Moneys amountDueInSupplierPriceAfterCancellation) Beneficiary.type(Beneficiary.TypeEnum type) Methods in io.trippay.sdk.payment.model that return types with arguments of type BeneficiaryModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<Beneficiary>BookingContractItem.getBeneficiaryList()Get beneficiaryListMethods in io.trippay.sdk.payment.model with parameters of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.beneficiaryList(List<Beneficiary> beneficiaryList) voidBookingContractItem.setBeneficiaryList(List<Beneficiary> beneficiaryList)