Class OutboundPaymentQuote
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote
- All Implemented Interfaces:
HasId,StripeObjectInterface
OutboundPaymentQuote represents a quote that provides fee and amount estimates for
OutboundPayment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe "presentment amount" for the OutboundPaymentQuote.static classDelivery options to be used to send the OutboundPayment.static classFor more details about EstimatedFee, please refer to the API Reference.static classDetails about the sender of an OutboundPaymentQuote.static classThe underlying FXQuote details for the OutboundPaymentQuote.static classDetails about the recipient of an OutboundPaymentQuote. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe "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.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.getTo()Details about the recipient of an OutboundPaymentQuote.inthashCode()voidsetAmount(OutboundPaymentQuote.Amount amount) The "presentment amount" for the OutboundPaymentQuote.voidsetCreated(Instant created) Time at which the OutboundPaymentQuote was created.voidsetDeliveryOptions(OutboundPaymentQuote.DeliveryOptions deliveryOptions) Delivery options to be used to send the OutboundPayment.voidsetEstimatedFees(List<OutboundPaymentQuote.EstimatedFee> estimatedFees) The estimated fees for the OutboundPaymentQuote.voidDetails about the sender of an OutboundPaymentQuote.voidsetFxQuote(OutboundPaymentQuote.FxQuote fxQuote) The underlying FXQuote details for the OutboundPaymentQuote.voidUnique identifier for the OutboundPaymentQuote.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidDetails 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. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
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. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
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.
-