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
The Issuing Authorization for this card_spend. Contains the reference id and the amount.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAmount associated with this issuing authorization. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount associated with this issuing authorization.The reference to the v1 issuing authorization ID.inthashCode()voidAmount associated with this issuing authorization.voidsetIssuingAuthorizationV1(String issuingAuthorizationV1) The reference to the v1 issuing authorization ID.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Authorization
public Authorization()
-
-
Method Details
-
getAmount
Amount associated with this issuing authorization. -
getIssuingAuthorizationV1
The reference to the v1 issuing authorization ID. -
setAmount
Amount associated with this issuing authorization. -
setIssuingAuthorizationV1
The reference to the v1 issuing authorization ID. -
equals
-
canEqual
-
hashCode
public int hashCode()
-