BasicCardResponse

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

billingAddress
void billingAddress(Optional!(T0) billingAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
billingAddress
auto billingAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
cardNumber
void cardNumber(string cardNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
cardNumber
string cardNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
cardSecurityCode
void cardSecurityCode(string cardSecurityCode)
Undocumented in source. Be warned that the author may not have intended to support it.
cardSecurityCode
string cardSecurityCode()
Undocumented in source. Be warned that the author may not have intended to support it.
cardholderName
void cardholderName(string cardholderName)
Undocumented in source. Be warned that the author may not have intended to support it.
cardholderName
string cardholderName()
Undocumented in source. Be warned that the author may not have intended to support it.
expiryMonth
void expiryMonth(string expiryMonth)
Undocumented in source. Be warned that the author may not have intended to support it.
expiryMonth
string expiryMonth()
Undocumented in source. Be warned that the author may not have intended to support it.
expiryYear
void expiryYear(string expiryYear)
Undocumented in source. Be warned that the author may not have intended to support it.
expiryYear
string expiryYear()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta