Package com.stripe.model.issuing
Class Authorization.NetworkData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.NetworkData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Identifier assigned to the acquirer by the card network.int
hashCode()
void
setAcquiringInstitutionId
(String acquiringInstitutionId) Identifier assigned to the acquirer by the card network.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NetworkData
public NetworkData()
-
-
Method Details
-
getAcquiringInstitutionId
Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will benull
. -
setAcquiringInstitutionId
Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will benull
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-