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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTwo-letter ISO code representing the funding source country beneath the Link payment.The funding source group code applied to this Link payment at confirmation time.inthashCode()voidsetCountry(String country) Two-letter ISO code representing the funding source country beneath the Link payment.voidsetFundingSourceGroup(String fundingSourceGroup) The funding source group code applied to this Link payment at confirmation time.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getCountry
Two-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees. -
getFundingSourceGroup
The funding source group code applied to this Link payment at confirmation time. -
setCountry
Two-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees. -
setFundingSourceGroup
The funding source group code applied to this Link payment at confirmation time. -
equals
-
canEqual
-
hashCode
public int hashCode()
-