Class OutboundPaymentQuote

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote
All Implemented Interfaces:
HasId, StripeObjectInterface

public class OutboundPaymentQuote extends StripeObject implements HasId
  • Constructor Details

    • OutboundPaymentQuote

      public OutboundPaymentQuote()
  • Method Details

    • getAmount

      public Amount getAmount()
      The "presentment amount" for the OutboundPaymentQuote.
    • getCreated

      public Instant 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

      public OutboundPaymentQuote.DeliveryOptions getDeliveryOptions()
      Delivery options to be used to send the OutboundPayment.
    • getEstimatedFees

      public List<OutboundPaymentQuote.EstimatedFee> getEstimatedFees()
      The estimated fees for the OutboundPaymentQuote.
    • getFrom

      public OutboundPaymentQuote.From getFrom()
      Details about the sender of an OutboundPaymentQuote.
    • getFxQuote

      public OutboundPaymentQuote.FxQuote getFxQuote()
      The underlying FXQuote details for the OutboundPaymentQuote.
    • getObject

      public String 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

      public OutboundPaymentQuote.To getTo()
      Details about the recipient of an OutboundPaymentQuote.
    • setAmount

      public void setAmount(Amount amount)
      The "presentment amount" for the OutboundPaymentQuote.
    • setCreated

      public void setCreated(Instant created)
      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

      public void setDeliveryOptions(OutboundPaymentQuote.DeliveryOptions deliveryOptions)
      Delivery options to be used to send the OutboundPayment.
    • setEstimatedFees

      public void setEstimatedFees(List<OutboundPaymentQuote.EstimatedFee> estimatedFees)
      The estimated fees for the OutboundPaymentQuote.
    • setFrom

      public void setFrom(OutboundPaymentQuote.From from)
      Details about the sender of an OutboundPaymentQuote.
    • setFxQuote

      public void setFxQuote(OutboundPaymentQuote.FxQuote fxQuote)
      The underlying FXQuote details for the OutboundPaymentQuote.
    • setId

      public void setId(String id)
      Unique identifier for the OutboundPaymentQuote.
    • setObject

      public void setObject(String object)
      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

      public void setTo(OutboundPaymentQuote.To to)
      Details about the recipient of an OutboundPaymentQuote.
    • 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
    • getId

      public String getId()
      Unique identifier for the OutboundPaymentQuote.
      Specified by:
      getId in interface HasId