Uses of Class
travel.wink.sdk.extranet.booking.model.PayoutSupplier
Packages that use PayoutSupplier
-
Uses of PayoutSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.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<@Valid PayoutFeeSupplier> fees) PayoutSupplier.ledgerIdentifier(UUID ledgerIdentifier) PayoutSupplier.quote(QuoteLightweightSupplier quote) 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) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type PayoutSupplierModifier and TypeMethodDescription@Valid List<@Valid PayoutSupplier> BookingContractSupplier.getPayouts()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.extranet.booking.model with parameters of type PayoutSupplierModifier and TypeMethodDescriptionBookingContractSupplier.addPayoutsItem(PayoutSupplier payoutsItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type PayoutSupplierModifier and TypeMethodDescriptionBookingContractSupplier.payouts(List<@Valid PayoutSupplier> payouts) voidBookingContractSupplier.setPayouts(List<@Valid PayoutSupplier> payouts)