Uses of Class
io.trippay.sdk.payment.model.Payout
Packages that use Payout
-
Uses of Payout in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayoutModifier and TypeMethodDescriptionPayout.addFeesItem(PayoutFee feesItem) Payout.beneficiaryIdentifier(UUID beneficiaryIdentifier) Payout.created(LocalDateTime created) Payout.description(String description) Payout.entry(CustomMonetaryAmount entry) Payout.externalPayeeIdentifier(String externalPayeeIdentifier) Payout.ledgerIdentifier(UUID ledgerIdentifier) Payout.referenceCode(String referenceCode) Payout.referenceCodeDate(LocalDateTime referenceCodeDate) Payout.status(Payout.StatusEnum status) Payout.type(Payout.TypeEnum type) Payout.vendor(Payout.VendorEnum vendor) Payout.vendorIdentifier(String vendorIdentifier) Payout.vendorName(String vendorName) Methods in io.trippay.sdk.payment.model that return types with arguments of type PayoutMethods in io.trippay.sdk.payment.model with parameters of type PayoutMethod parameters in io.trippay.sdk.payment.model with type arguments of type Payout