Class FxQuote.Usage.Payment

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FxQuote.Usage.Payment
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FxQuote.Usage

public static class FxQuote.Usage.Payment extends StripeObject
For more details about Payment, please refer to the API Reference.
  • Constructor Details

    • Payment

      public Payment()
  • Method Details

    • getDestination

      public String getDestination()
      The Stripe account ID that the funds will be transferred to.

      This field should match the account ID that would be used in the PaymentIntent’s transfer_data[destination] field.

    • getOnBehalfOf

      public String getOnBehalfOf()
      The Stripe account ID that these funds are intended for.

      This field must match the account ID that would be used in the PaymentIntent’s on_behalf_of field.

    • setDestination

      public void setDestination(String destination)
      The Stripe account ID that the funds will be transferred to.

      This field should match the account ID that would be used in the PaymentIntent’s transfer_data[destination] field.

    • setOnBehalfOf

      public void setOnBehalfOf(String onBehalfOf)
      The Stripe account ID that these funds are intended for.

      This field must match the account ID that would be used in the PaymentIntent’s on_behalf_of field.

    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object