Package com.stripe.model
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
For more details about Payment, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Stripe account ID that the funds will be transferred to.The Stripe account ID that these funds are intended for.int
hashCode()
void
setDestination
(String destination) The Stripe account ID that the funds will be transferred to.void
setOnBehalfOf
(String onBehalfOf) The Stripe account ID that these funds are intended for.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payment
public Payment()
-
-
Method Details
-
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
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
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
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
-
canEqual
-
hashCode
public int hashCode()
-