Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
PaymentCardCreateDeets
Interface PaymentCardCreateDeets
export PaymentCardCreateDeets
interface
PaymentCardCreateDeets
{
billing
?:
BillingDeets
;
cvc
?:
null
|
string
;
exp_month
?:
number
;
exp_year
?:
number
;
number
?:
null
|
string
;
object
?:
null
|
string
;
}
Index
Properties
billing?
cvc?
exp_
month?
exp_
year?
number?
object?
Properties
Optional
billing
billing
?:
BillingDeets
Optional
cvc
cvc
?:
null
|
string
Optional
exp_
month
exp_
month
?:
number
Optional
exp_
year
exp_
year
?:
number
Optional
number
number
?:
null
|
string
Optional
object
object
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
cvc
exp_
month
exp_
year
number
object
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export PaymentCardCreateDeets