Class ReceivedDebit.CardSpend.Authorization

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.CardSpend.Authorization
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedDebit.CardSpend

public static class ReceivedDebit.CardSpend.Authorization extends StripeObject
The Issuing Authorization for this card_spend. Contains the reference id and the amount.
  • Constructor Details

    • Authorization

      public Authorization()
  • Method Details

    • getAmount

      Amount associated with this issuing authorization.
    • getIssuingAuthorizationV1

      public String getIssuingAuthorizationV1()
      The reference to the v1 issuing authorization ID.
    • setAmount

      public void setAmount(ReceivedDebit.CardSpend.Authorization.Amount amount)
      Amount associated with this issuing authorization.
    • setIssuingAuthorizationV1

      public void setIssuingAuthorizationV1(String issuingAuthorizationV1)
      The reference to the v1 issuing authorization ID.
    • 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