Uses of Class
travel.wink.sdk.extranet.model.BeneficiarySupplierDetails
Packages that use BeneficiarySupplierDetails
-
Uses of BeneficiarySupplierDetails in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BeneficiarySupplierDetailsModifier and TypeMethodDescriptionBeneficiarySupplierDetails.accountEmail(String accountEmail) BeneficiarySupplierDetails.accountIdentifier(UUID accountIdentifier) BeneficiarySupplierDetails.accountName(String accountName) BeneficiarySupplierDetails.accountUrl(String accountUrl) BeneficiarySupplierDetails.amountDue(BeneficiaryChargeSupplierDetails amountDue) BeneficiarySupplierDetails.captureAmount(BigDecimal captureAmount) BeneficiarySupplierDetails.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BeneficiarySupplierDetails.captureCurrency(String captureCurrency) BeneficiarySupplierDetails.displayAmount(BigDecimal displayAmount) BeneficiarySupplierDetails.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BeneficiarySupplierDetails.displayCurrency(String displayCurrency) BeneficiarySupplierDetails.internalAmount(BigDecimal internalAmount) BeneficiarySupplierDetails.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BeneficiarySupplierDetails.internalCurrency(String internalCurrency) BeneficiarySupplierDetails.netCaptureAmount(BigDecimal netCaptureAmount) BeneficiarySupplierDetails.netDisplayAmount(BigDecimal netDisplayAmount) BeneficiarySupplierDetails.netInternalAmount(BigDecimal netInternalAmount) BeneficiarySupplierDetails.netSourceAmount(BigDecimal netSourceAmount) BeneficiarySupplierDetails.netSupplierAmount(BigDecimal netSupplierAmount) BeneficiarySupplierDetails.putMetadataItem(String key, String metadataItem) BeneficiarySupplierDetails.sourceAmount(BigDecimal sourceAmount) BeneficiarySupplierDetails.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BeneficiarySupplierDetails.sourceCurrency(String sourceCurrency) BeneficiarySupplierDetails.supplierAmount(BigDecimal supplierAmount) BeneficiarySupplierDetails.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) BeneficiarySupplierDetails.supplierCurrency(String supplierCurrency) BeneficiarySupplierDetails.type(BeneficiarySupplierDetails.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BeneficiarySupplierDetailsModifier and TypeMethodDescription@Valid List<BeneficiarySupplierDetails>BookingContractItemSupplierDetails.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.extranet.model with parameters of type BeneficiarySupplierDetailsModifier and TypeMethodDescriptionBookingContractItemSupplierDetails.addBeneficiaryListItem(BeneficiarySupplierDetails beneficiaryListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BeneficiarySupplierDetailsModifier and TypeMethodDescriptionBookingContractItemSupplierDetails.beneficiaryList(List<BeneficiarySupplierDetails> beneficiaryList) voidBookingContractItemSupplierDetails.setBeneficiaryList(List<BeneficiarySupplierDetails> beneficiaryList)