Class OutboundPaymentQuote
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about DeliveryOptions, please refer to the API Reference.static class
For more details about EstimatedFee, please refer to the API Reference.static class
For more details about From, please refer to the API Reference.static class
For more details about FxQuote, please refer to the API Reference.static class
For more details about To, 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 "presentment amount" for the OutboundPaymentQuote.Time at which the OutboundPaymentQuote was created.Delivery options to be used to send the OutboundPayment.The estimated fees for the OutboundPaymentQuote.getFrom()
Details about the sender of an OutboundPaymentQuote.The underlying FXQuote details for the OutboundPaymentQuote.getId()
Unique identifier for the OutboundPaymentQuote.String representing the object's type.getTo()
Details about the recipient of an OutboundPaymentQuote.int
hashCode()
void
The "presentment amount" for the OutboundPaymentQuote.void
setCreated
(Instant created) Time at which the OutboundPaymentQuote was created.void
setDeliveryOptions
(OutboundPaymentQuote.DeliveryOptions deliveryOptions) Delivery options to be used to send the OutboundPayment.void
setEstimatedFees
(List<OutboundPaymentQuote.EstimatedFee> estimatedFees) The estimated fees for the OutboundPaymentQuote.void
Details about the sender of an OutboundPaymentQuote.void
setFxQuote
(OutboundPaymentQuote.FxQuote fxQuote) The underlying FXQuote details for the OutboundPaymentQuote.void
Unique identifier for the OutboundPaymentQuote.void
String representing the object's type.void
Details about the recipient of an OutboundPaymentQuote.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OutboundPaymentQuote
public OutboundPaymentQuote()
-
-
Method Details
-
getAmount
The "presentment amount" for the OutboundPaymentQuote. -
getCreated
Time at which the OutboundPaymentQuote was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
getDeliveryOptions
Delivery options to be used to send the OutboundPayment. -
getEstimatedFees
The estimated fees for the OutboundPaymentQuote. -
getFrom
Details about the sender of an OutboundPaymentQuote. -
getFxQuote
The underlying FXQuote details for the OutboundPaymentQuote. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.outbound_payment_quote
. -
getTo
Details about the recipient of an OutboundPaymentQuote. -
setAmount
The "presentment amount" for the OutboundPaymentQuote. -
setCreated
Time at which the OutboundPaymentQuote was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
setDeliveryOptions
Delivery options to be used to send the OutboundPayment. -
setEstimatedFees
The estimated fees for the OutboundPaymentQuote. -
setFrom
Details about the sender of an OutboundPaymentQuote. -
setFxQuote
The underlying FXQuote details for the OutboundPaymentQuote. -
setId
Unique identifier for the OutboundPaymentQuote. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.outbound_payment_quote
. -
setTo
Details about the recipient of an OutboundPaymentQuote. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the OutboundPaymentQuote.
-