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.addPendingRefundsItem(PendingRefund pendingRefundsItem) Beneficiary.captureAmount(Double captureAmount) Beneficiary.captureAmountRefundModifier(Double captureAmountRefundModifier) Beneficiary.captureCurrency(String captureCurrency) Beneficiary.displayAmount(Double displayAmount) Beneficiary.displayAmountRefundModifier(Double displayAmountRefundModifier) Beneficiary.displayCurrency(String displayCurrency) Beneficiary.internalAmount(Double internalAmount) Beneficiary.internalAmountRefundModifier(Double internalAmountRefundModifier) Beneficiary.internalCurrency(String internalCurrency) Beneficiary.netCaptureAmount(Double netCaptureAmount) Beneficiary.netDisplayAmount(Double netDisplayAmount) Beneficiary.netInternalAmount(Double netInternalAmount) Beneficiary.netSourceAmount(Double netSourceAmount) Beneficiary.netSupplierAmount(Double netSupplierAmount) Beneficiary.pendingRefunds(List<PendingRefund> pendingRefunds) Beneficiary.sourceAmount(Double sourceAmount) Beneficiary.sourceAmountRefundModifier(Double sourceAmountRefundModifier) Beneficiary.sourceCurrency(String sourceCurrency) Beneficiary.supplierAmount(Double supplierAmount) Beneficiary.supplierAmountRefundModifier(Double supplierAmountRefundModifier) Beneficiary.supplierCurrency(String supplierCurrency) 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 beneficiaryList@Valid List<Beneficiary>BookingContract.getTotalFundsGroupedByBeneficiary()Get totalFundsGroupedByBeneficiaryMethods in io.trippay.sdk.payment.model with parameters of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) BookingContract.addTotalFundsGroupedByBeneficiaryItem(Beneficiary totalFundsGroupedByBeneficiaryItem) 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) voidBookingContract.setTotalFundsGroupedByBeneficiary(List<Beneficiary> totalFundsGroupedByBeneficiary) BookingContract.totalFundsGroupedByBeneficiary(List<Beneficiary> totalFundsGroupedByBeneficiary)