@tax1driver/ts-payu
Preparing search index...
PayMethod
Interface PayMethod
interface
PayMethod
{
authorizationCode
?:
string
;
card
?:
{
expirationMonth
?:
string
;
expirationYear
?:
string
;
number
?:
string
;
}
;
type
:
string
;
value
?:
string
;
}
Index
Properties
authorization
Code?
card?
type
value?
Properties
Optional
authorization
Code
authorizationCode
?:
string
Optional
card
card
?:
{
expirationMonth
?:
string
;
expirationYear
?:
string
;
number
?:
string
}
type
type
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Code
card
type
value
@tax1driver/ts-payu
Loading...