Uses of Class
travel.wink.sdk.extranet.model.PayoutSupplier
Packages that use PayoutSupplier
-
Uses of PayoutSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PayoutSupplierModifier and TypeMethodDescriptionPayoutSupplier.addFeesItem(PayoutFeeSupplier feesItem) PayoutSupplier.beneficiaryIdentifier(UUID beneficiaryIdentifier) PayoutSupplier.created(LocalDateTime created) PayoutSupplier.description(String description) PayoutSupplier.entry(CustomMonetaryAmount entry) PayoutSupplier.externalPayeeIdentifier(String externalPayeeIdentifier) PayoutSupplier.fees(List<PayoutFeeSupplier> fees) PayoutSupplier.identifier(UUID identifier) PayoutSupplier.referenceCode(String referenceCode) PayoutSupplier.referenceCodeDate(LocalDateTime referenceCodeDate) PayoutSupplier.status(PayoutSupplier.StatusEnum status) PayoutSupplier.type(PayoutSupplier.TypeEnum type) PayoutSupplier.vendor(PayoutSupplier.VendorEnum vendor) PayoutSupplier.vendorIdentifier(String vendorIdentifier) PayoutSupplier.vendorName(String vendorName) PayoutSupplier.vendorTokenKey(String vendorTokenKey) Methods in travel.wink.sdk.extranet.model that return types with arguments of type PayoutSupplierModifier and TypeMethodDescription@Valid List<PayoutSupplier> BookingContractSupplier.getPayouts()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.extranet.model with parameters of type PayoutSupplierModifier and TypeMethodDescriptionBookingContractSupplier.addPayoutsItem(PayoutSupplier payoutsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type PayoutSupplierModifier and TypeMethodDescriptionBookingContractSupplier.payouts(List<PayoutSupplier> payouts) voidBookingContractSupplier.setPayouts(List<PayoutSupplier> payouts)