Package com.stripe.model
Class Charge.PaymentMethodDetails.Link
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Link
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about Link, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanTwo-letter ISO code representing the funding source country beneath the Link payment.inthashCode()voidsetCountry(String country) Two-letter ISO code representing the funding source country beneath the Link payment.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Linkpublic Link()
 
- 
- 
Method Details- 
getCountryTwo-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees.
- 
setCountryTwo-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-