Package com.stripe.model.v2.core
Class Account.Configuration.Merchant.CardPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.CardPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Merchant
For more details about CardPayments, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about DeclineOn, 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 boolean
boolean
Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.int
hashCode()
void
Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPayments
public CardPayments()
-
-
Method Details
-
getDeclineOn
Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge. -
setDeclineOn
Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge. -
equals
-
canEqual
-
hashCode
public int hashCode()
-