Uses of Class
travel.wink.sdk.travel.agent.model.PayoutAgent
Packages that use PayoutAgent
-
Uses of PayoutAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return PayoutAgentModifier and TypeMethodDescriptionPayoutAgent.addFeesItem(PayoutFeeAgent feesItem) PayoutAgent.beneficiaryIdentifier(UUID beneficiaryIdentifier) PayoutAgent.created(LocalDateTime created) PayoutAgent.description(String description) PayoutAgent.entry(CustomMonetaryAmount entry) PayoutAgent.externalPayeeIdentifier(String externalPayeeIdentifier) PayoutAgent.fees(List<PayoutFeeAgent> fees) PayoutAgent.ledgerIdentifier(UUID ledgerIdentifier) PayoutAgent.quote(QuoteAgent quote) PayoutAgent.referenceCode(String referenceCode) PayoutAgent.referenceCodeDate(LocalDateTime referenceCodeDate) PayoutAgent.status(PayoutAgent.StatusEnum status) PayoutAgent.type(PayoutAgent.TypeEnum type) PayoutAgent.vendor(PayoutAgent.VendorEnum vendor) PayoutAgent.vendorIdentifier(String vendorIdentifier) PayoutAgent.vendorName(String vendorName) Methods in travel.wink.sdk.travel.agent.model that return types with arguments of type PayoutAgentModifier and TypeMethodDescription@Valid List<PayoutAgent> BookingContractAgent.getPayouts()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.travel.agent.model with parameters of type PayoutAgentMethod parameters in travel.wink.sdk.travel.agent.model with type arguments of type PayoutAgentModifier and TypeMethodDescriptionBookingContractAgent.payouts(List<PayoutAgent> payouts) voidBookingContractAgent.setPayouts(List<PayoutAgent> payouts)