Class PayoutBooker

java.lang.Object
travel.wink.sdk.booking.model.PayoutBooker

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class PayoutBooker extends Object
Payout keeps track of all outgoing funds for a certain account.
  • Field Details

  • Constructor Details

    • PayoutBooker

      public PayoutBooker()
  • Method Details

    • vendor

      public PayoutBooker vendor(@Nonnull PayoutBooker.VendorEnum vendor)
    • getVendor

      @Nonnull @NotNull public @NotNull PayoutBooker.VendorEnum getVendor()
      Name of integration vendor
      Returns:
      vendor
    • setVendor

      public void setVendor(@Nonnull PayoutBooker.VendorEnum vendor)
    • vendorIdentifier

      public PayoutBooker vendorIdentifier(@Nonnull String vendorIdentifier)
    • getVendorIdentifier

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getVendorIdentifier()
      Which acquirer account we return fund from.
      Returns:
      vendorIdentifier
    • setVendorIdentifier

      public void setVendorIdentifier(@Nonnull String vendorIdentifier)
    • vendorName

      public PayoutBooker vendorName(@Nonnull String vendorName)
    • getVendorName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getVendorName()
      Name of regional acquirer account.
      Returns:
      vendorName
    • setVendorName

      public void setVendorName(@Nonnull String vendorName)
    • ledgerIdentifier

      public PayoutBooker ledgerIdentifier(@Nonnull UUID ledgerIdentifier)
    • getLedgerIdentifier

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getLedgerIdentifier()
      Unique system ID.
      Returns:
      ledgerIdentifier
    • setLedgerIdentifier

      public void setLedgerIdentifier(@Nonnull UUID ledgerIdentifier)
    • beneficiaryIdentifier

      public PayoutBooker beneficiaryIdentifier(@Nonnull UUID beneficiaryIdentifier)
    • getBeneficiaryIdentifier

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getBeneficiaryIdentifier()
      Beneficiary ID.
      Returns:
      beneficiaryIdentifier
    • setBeneficiaryIdentifier

      public void setBeneficiaryIdentifier(@Nonnull UUID beneficiaryIdentifier)
    • externalPayeeIdentifier

      public PayoutBooker externalPayeeIdentifier(@Nonnull String externalPayeeIdentifier)
    • getExternalPayeeIdentifier

      @Nonnull @NotNull public @NotNull String getExternalPayeeIdentifier()
      This would be the Wise recipient ID.
      Returns:
      externalPayeeIdentifier
    • setExternalPayeeIdentifier

      public void setExternalPayeeIdentifier(@Nonnull String externalPayeeIdentifier)
    • type

      public PayoutBooker type(@Nonnull PayoutBooker.TypeEnum type)
    • getType

      @Nonnull @NotNull public @NotNull PayoutBooker.TypeEnum getType()
      Type of withdrawal.
      Returns:
      type
    • setType

      public void setType(@Nonnull PayoutBooker.TypeEnum type)
    • entry

      public PayoutBooker entry(@Nonnull CustomMonetaryAmount entry)
    • getEntry

      @Nonnull @NotNull @Valid public @NotNull @Valid CustomMonetaryAmount getEntry()
      Get entry
      Returns:
      entry
    • setEntry

      public void setEntry(@Nonnull CustomMonetaryAmount entry)
    • fees

      public PayoutBooker fees(@Nullable List<@Valid PayoutFeeBooker> fees)
    • addFeesItem

      public PayoutBooker addFeesItem(PayoutFeeBooker feesItem)
    • getFees

      @Nullable @Valid public @Valid List<@Valid PayoutFeeBooker> getFees()
      Fees incurred when making the withdrawal.
      Returns:
      fees
    • setFees

      public void setFees(@Nullable List<@Valid PayoutFeeBooker> fees)
    • quote

      public PayoutBooker quote(@Nullable QuoteLightweightBooker quote)
    • getQuote

      @Nullable @Valid public @Valid QuoteLightweightBooker getQuote()
      FX quote for this transfer.
      Returns:
      quote
    • setQuote

      public void setQuote(@Nullable QuoteLightweightBooker quote)
    • created

      public PayoutBooker created(@Nonnull LocalDateTime created)
    • getCreated

      @Nonnull @NotNull @Valid public LocalDateTime getCreated()
      When the payout record was created.
      Returns:
      created
    • setCreated

      public void setCreated(@Nonnull LocalDateTime created)
    • description

      public PayoutBooker description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Textual response from provider
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • payoutId

      public PayoutBooker payoutId(@Nullable String payoutId)
    • getPayoutId

      @Nullable public String getPayoutId()
      The ledgerIdentifier that was generated when scheduling the payout. This will come from the payout provider such as Stripe.
      Returns:
      payoutId
    • setPayoutId

      public void setPayoutId(@Nullable String payoutId)
    • referenceCode

      public PayoutBooker referenceCode(@Nullable String referenceCode)
    • getReferenceCode

      @Nullable public String getReferenceCode()
      The transaction code that was generated when the funds move out of TripPay's account. This will come from the payout provider such as Stripe. E.g. For VCCs, it will occur when an authorization takes place.
      Returns:
      referenceCode
    • setReferenceCode

      public void setReferenceCode(@Nullable String referenceCode)
    • referenceCodeDate

      public PayoutBooker referenceCodeDate(@Nullable LocalDateTime referenceCodeDate)
    • getReferenceCodeDate

      @Nullable @Valid public LocalDateTime getReferenceCodeDate()
      The time the funds were withdrawn
      Returns:
      referenceCodeDate
    • setReferenceCodeDate

      public void setReferenceCodeDate(@Nullable LocalDateTime referenceCodeDate)
    • status

      public PayoutBooker status(@Nonnull PayoutBooker.StatusEnum status)
    • getStatus

      @Nonnull @NotNull public @NotNull PayoutBooker.StatusEnum getStatus()
      Status of withdrawal.
      Returns:
      status
    • setStatus

      public void setStatus(@Nonnull PayoutBooker.StatusEnum status)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object