Uses of Class
travel.wink.sdk.extranet.model.BeneficiarySupplier
Packages that use BeneficiarySupplier
-
Uses of BeneficiarySupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BeneficiarySupplierModifier and TypeMethodDescriptionBeneficiarySupplier.accountEmail(String accountEmail) BeneficiarySupplier.accountIdentifier(UUID accountIdentifier) BeneficiarySupplier.accountName(String accountName) BeneficiarySupplier.accountUrl(String accountUrl) BeneficiarySupplier.captureAmount(Double captureAmount) BeneficiarySupplier.captureAmountRefundModifier(Double captureAmountRefundModifier) BeneficiarySupplier.captureCurrency(String captureCurrency) BeneficiarySupplier.displayAmount(Double displayAmount) BeneficiarySupplier.displayAmountRefundModifier(Double displayAmountRefundModifier) BeneficiarySupplier.displayCurrency(String displayCurrency) BeneficiarySupplier.internalAmount(Double internalAmount) BeneficiarySupplier.internalAmountRefundModifier(Double internalAmountRefundModifier) BeneficiarySupplier.internalCurrency(String internalCurrency) BeneficiarySupplier.netCaptureAmount(Double netCaptureAmount) BeneficiarySupplier.netDisplayAmount(Double netDisplayAmount) BeneficiarySupplier.netInternalAmount(Double netInternalAmount) BeneficiarySupplier.netSourceAmount(Double netSourceAmount) BeneficiarySupplier.netSupplierAmount(Double netSupplierAmount) BeneficiarySupplier.sourceAmount(Double sourceAmount) BeneficiarySupplier.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BeneficiarySupplier.sourceCurrency(String sourceCurrency) BeneficiarySupplier.supplierAmount(Double supplierAmount) BeneficiarySupplier.supplierAmountRefundModifier(Double supplierAmountRefundModifier) BeneficiarySupplier.supplierCurrency(String supplierCurrency) BeneficiarySupplier.type(BeneficiarySupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BeneficiarySupplierModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BeneficiarySupplier>BookingContractItemSupplier.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.extranet.model with parameters of type BeneficiarySupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.addBeneficiaryListItem(BeneficiarySupplier beneficiaryListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BeneficiarySupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.beneficiaryList(List<BeneficiarySupplier> beneficiaryList) voidBookingContractItemSupplier.setBeneficiaryList(List<BeneficiarySupplier> beneficiaryList)