Package com.stripe.model.v2.core
Class Account.Identity.Attestations.TermsOfService.CardCreator.Commercial
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Attestations.TermsOfService.CardCreator.Commercial
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.Attestations.TermsOfService.CardCreator
public static class Account.Identity.Attestations.TermsOfService.CardCreator.Commercial
extends StripeObject
Terms of service acceptances to create cards for commercial issuing use cases.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Terms of service acceptances for Stripe commercial card issuing.static class
Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.static class
Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountHolder
(Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.AccountHolder accountHolder) void
void
setCrossRiverBank
(Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank crossRiverBank) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Commercial
public Commercial()
-
-
Method Details
-
getAccountHolder
public Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.AccountHolder getAccountHolder() -
getCeltic
-
getCrossRiverBank
public Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank getCrossRiverBank() -
setAccountHolder
public void setAccountHolder(Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.AccountHolder accountHolder) -
setCeltic
public void setCeltic(Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic celtic) -
setCrossRiverBank
public void setCrossRiverBank(Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank crossRiverBank) -
equals
-
canEqual
-
hashCode
public int hashCode()
-