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 booleanbooleanID from the network that identifies the acquiring financial institution.inthashCode()voidsetAcquiringInstitutionId(String acquiringInstitutionId) ID from the network that identifies the acquiring financial institution.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NetworkData
public NetworkData()
-
-
Method Details
-
getAcquiringInstitutionId
ID from the network that identifies the acquiring financial institution. For Visa and Mastercard credit transactions this is as 6 digit code. For Maestro debit transactions this is a 9 digit code. Uncommonly, acquiring institution ID is not provided. When this occurs, the value will be null. -
setAcquiringInstitutionId
ID from the network that identifies the acquiring financial institution. For Visa and Mastercard credit transactions this is as 6 digit code. For Maestro debit transactions this is a 9 digit code. Uncommonly, acquiring institution ID is not provided. When this occurs, the value will be null. -
equals
-
canEqual
-
hashCode
public int hashCode()
-