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
The name of the convenience store chain where the payment was completed.
One of familymart
, lawson
, ministop
, or seicomart
.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Two-letter ISO code representing the funding source country beneath the Link payment.int
hashCode()
void
setCountry
(String country) Two-letter ISO code representing the funding source country beneath the Link payment.Methods inherited from class com.stripe.model.StripeObject
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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-