Uses of Class
travel.wink.sdk.booking.model.PayoutBooker
Packages that use PayoutBooker
-
Uses of PayoutBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutBookerModifier and TypeMethodDescriptionPayoutBooker.addFeesItem(PayoutFeeBooker feesItem) PayoutBooker.beneficiaryIdentifier(UUID beneficiaryIdentifier) PayoutBooker.created(LocalDateTime created) PayoutBooker.description(String description) PayoutBooker.entry(CustomMonetaryAmount entry) PayoutBooker.externalPayeeIdentifier(String externalPayeeIdentifier) PayoutBooker.fees(List<PayoutFeeBooker> fees) PayoutBooker.ledgerIdentifier(UUID ledgerIdentifier) PayoutBooker.quote(QuoteBooker quote) PayoutBooker.referenceCode(String referenceCode) PayoutBooker.referenceCodeDate(LocalDateTime referenceCodeDate) PayoutBooker.status(PayoutBooker.StatusEnum status) PayoutBooker.type(PayoutBooker.TypeEnum type) PayoutBooker.vendor(PayoutBooker.VendorEnum vendor) PayoutBooker.vendorIdentifier(String vendorIdentifier) PayoutBooker.vendorName(String vendorName) Methods in travel.wink.sdk.booking.model that return types with arguments of type PayoutBookerModifier and TypeMethodDescription@Valid List<PayoutBooker> BookingContractBooker.getPayouts()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.booking.model with parameters of type PayoutBookerMethod parameters in travel.wink.sdk.booking.model with type arguments of type PayoutBookerModifier and TypeMethodDescriptionBookingContractBooker.payouts(List<PayoutBooker> payouts) voidBookingContractBooker.setPayouts(List<PayoutBooker> payouts)