Class Account.Defaults
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Responsibilities, 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
Three-letter ISO currency code, in lowercase.The Account's preferred locales (languages), ordered by preference.Default responsibilities held by either Stripe or the platform.int
hashCode()
void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setLocales
(List<String> locales) The Account's preferred locales (languages), ordered by preference.void
setResponsibilities
(Account.Defaults.Responsibilities responsibilities) Default responsibilities held by either Stripe or the platform.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Defaults
public Defaults()
-
-
Method Details
-
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency.One of
aed
,afn
,all
,amd
,ang
,aoa
,ars
,aud
,awg
,azn
,bam
,bbd
,bdt
,bgn
,bhd
,bif
,bmd
,bnd
,bob
,bov
,brl
,bsd
,btn
,bwp
,byn
,byr
,bzd
,cad
,cdf
,che
,chf
,chw
,clf
,clp
,cny
,cop
,cou
,crc
,cuc
,cup
,cve
,czk
,djf
,dkk
,dop
,dzd
,eek
,egp
,ern
,etb
,eur
,fjd
,fkp
,gbp
,gel
,ghc
,ghs
,gip
,gmd
,gnf
,gtq
,gyd
,hkd
,hnl
,hrk
,htg
,huf
,idr
,ils
,inr
,iqd
,irr
,isk
,jmd
,jod
,jpy
,kes
,kgs
,khr
,kmf
,kpw
,krw
,kwd
,kyd
,kzt
,lak
,lbp
,lkr
,lrd
,lsl
,ltl
,lvl
,lyd
,mad
,mdl
,mga
,mkd
,mmk
,mnt
,mop
,mro
,mru
,mur
,mvr
,mwk
,mxn
,mxv
,myr
,mzn
,nad
,ngn
,nio
,nok
,npr
,nzd
,omr
,pab
,pen
,pgk
,php
,pkr
,pln
,pyg
,qar
,ron
,rsd
,rub
,rwf
,sar
,sbd
,scr
,sdg
,sek
,sgd
,shp
,sle
,sll
,sos
,srd
,ssp
,std
,stn
,svc
,syp
,szl
,thb
,tjs
,tmt
,tnd
,top
,try
,ttd
,twd
,tzs
,uah
,ugx
,usd
,usdb
,usdc
,usn
,uyi
,uyu
,uzs
,vef
,ves
,vnd
,vuv
,wst
,xaf
,xcd
,xcg
,xof
,xpf
,yer
,zar
,zmk
,zmw
,zwd
,zwg
, orzwl
. -
getLocales
The Account's preferred locales (languages), ordered by preference. -
getResponsibilities
Default responsibilities held by either Stripe or the platform. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency.One of
aed
,afn
,all
,amd
,ang
,aoa
,ars
,aud
,awg
,azn
,bam
,bbd
,bdt
,bgn
,bhd
,bif
,bmd
,bnd
,bob
,bov
,brl
,bsd
,btn
,bwp
,byn
,byr
,bzd
,cad
,cdf
,che
,chf
,chw
,clf
,clp
,cny
,cop
,cou
,crc
,cuc
,cup
,cve
,czk
,djf
,dkk
,dop
,dzd
,eek
,egp
,ern
,etb
,eur
,fjd
,fkp
,gbp
,gel
,ghc
,ghs
,gip
,gmd
,gnf
,gtq
,gyd
,hkd
,hnl
,hrk
,htg
,huf
,idr
,ils
,inr
,iqd
,irr
,isk
,jmd
,jod
,jpy
,kes
,kgs
,khr
,kmf
,kpw
,krw
,kwd
,kyd
,kzt
,lak
,lbp
,lkr
,lrd
,lsl
,ltl
,lvl
,lyd
,mad
,mdl
,mga
,mkd
,mmk
,mnt
,mop
,mro
,mru
,mur
,mvr
,mwk
,mxn
,mxv
,myr
,mzn
,nad
,ngn
,nio
,nok
,npr
,nzd
,omr
,pab
,pen
,pgk
,php
,pkr
,pln
,pyg
,qar
,ron
,rsd
,rub
,rwf
,sar
,sbd
,scr
,sdg
,sek
,sgd
,shp
,sle
,sll
,sos
,srd
,ssp
,std
,stn
,svc
,syp
,szl
,thb
,tjs
,tmt
,tnd
,top
,try
,ttd
,twd
,tzs
,uah
,ugx
,usd
,usdb
,usdc
,usn
,uyi
,uyu
,uzs
,vef
,ves
,vnd
,vuv
,wst
,xaf
,xcd
,xcg
,xof
,xpf
,yer
,zar
,zmk
,zmw
,zwd
,zwg
, orzwl
. -
setLocales
The Account's preferred locales (languages), ordered by preference. -
setResponsibilities
Default responsibilities held by either Stripe or the platform. -
equals
-
canEqual
-
hashCode
public int hashCode()
-