Class InvoiceAttachPaymentParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.InvoiceAttachPaymentParams

public class InvoiceAttachPaymentParams extends ApiRequestParams
  • Method Details

    • builder

      public static InvoiceAttachPaymentParams.Builder builder()
    • getAmountRequested

      public Long getAmountRequested()
      The portion of the amount on the PaymentIntent or out of band payment to apply to this invoice. It defaults to the entire amount.
    • getExpand

      public List<String> getExpand()
      Specifies which fields in the response should be expanded.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getPaymentIntent

      public String getPaymentIntent()
      The ID of the PaymentIntent to attach to the invoice.
    • getPaymentRecord

      public String getPaymentRecord()
      The ID of the PaymentRecord to attach to the invoice.
    • getPaymentRecordData

      public InvoiceAttachPaymentParams.PaymentRecordData getPaymentRecordData()
      The PaymentRecord data for attaching an out of band payment to the invoice.
    • 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