Class: Confirmation

customers.Confirmation()

new Confirmation()

Source:

Methods

(static) Confirmation#getCard() → {Null|base.Reference}

Get the field value New Card that is being confirmed
Source:
Returns:
Type
Null | base.Reference

(static) Confirmation#getCustomer() → {Null|base.Reference}

Get the field value Customer associated with the confirmation
Source:
Returns:
Type
Null | base.Reference

(static) Confirmation#getEmailAddress() → {Null|String}

Get the field value Email address to send confirmation to
Source:
Returns:
Type
Null | String

(static) Confirmation#getOrder() → {Null|base.Reference}

Get the field value Order UUID could be passed in if confirmation is related to a transaction
Source:
Returns:
Type
Null | base.Reference

(static) Confirmation#setCard(card)

Set the field value New Card that is being confirmed
Parameters:
Name Type Description
card Null | base.Reference
Source:

(static) Confirmation#setCustomer(customer)

Set the field value Customer associated with the confirmation
Parameters:
Name Type Description
customer Null | base.Reference
Source:

(static) Confirmation#setEmailAddress(emailAddress)

Set the field value Email address to send confirmation to
Parameters:
Name Type Description
emailAddress Null | String
Source:

(static) Confirmation#setOrder(order)

Set the field value Order UUID could be passed in if confirmation is related to a transaction
Parameters:
Name Type Description
order Null | base.Reference
Source: