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.amountDue(BeneficiaryChargeSupplier amountDue) BeneficiarySupplier.captureAmount(BigDecimal captureAmount) BeneficiarySupplier.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BeneficiarySupplier.captureCurrency(String captureCurrency) BeneficiarySupplier.displayAmount(BigDecimal displayAmount) BeneficiarySupplier.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BeneficiarySupplier.displayCurrency(String displayCurrency) BeneficiarySupplier.internalAmount(BigDecimal internalAmount) BeneficiarySupplier.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BeneficiarySupplier.internalCurrency(String internalCurrency) BeneficiarySupplier.netCaptureAmount(BigDecimal netCaptureAmount) BeneficiarySupplier.netDisplayAmount(BigDecimal netDisplayAmount) BeneficiarySupplier.netInternalAmount(BigDecimal netInternalAmount) BeneficiarySupplier.netSourceAmount(BigDecimal netSourceAmount) BeneficiarySupplier.netSupplierAmount(BigDecimal netSupplierAmount) BeneficiarySupplier.putMetadataItem(String key, String metadataItem) BeneficiarySupplier.sourceAmount(BigDecimal sourceAmount) BeneficiarySupplier.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BeneficiarySupplier.sourceCurrency(String sourceCurrency) BeneficiarySupplier.supplierAmount(BigDecimal supplierAmount) BeneficiarySupplier.supplierAmountRefundModifier(BigDecimal 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@Valid 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)