new SendReceiptRequest()
- Source:
Methods
(static) SendReceiptRequest#getCredit() → {Null|base.Reference}
Get the field value
The credit of the requested receipt.
- Source:
Returns:
- Type
- Null | base.Reference
(static) SendReceiptRequest#getEmailAddresses() → {Array.<String>}
Get the field value
List of email addresses to send the receipt to.
- Source:
Returns:
An array of
- Type
- Array.<String>
(static) SendReceiptRequest#getPayment() → {Null|base.Reference}
Get the field value
The payment of the requested receipt.
- Source:
Returns:
- Type
- Null | base.Reference
(static) SendReceiptRequest#getPhoneNumbers() → {Array.<String>}
Get the field value
List of phone numbers to send the receipt to.
- Source:
Returns:
An array of
- Type
- Array.<String>
(static) SendReceiptRequest#getRefund() → {Null|base.Reference}
Get the field value
The refund of the requested receipt.
- Source:
Returns:
- Type
- Null | base.Reference
(static) SendReceiptRequest#setCredit(credit)
Set the field value
The credit of the requested receipt.
Parameters:
Name | Type | Description |
---|---|---|
credit |
Null | base.Reference |
- Source:
(static) SendReceiptRequest#setEmailAddresses(emailAddresses)
Set the field value
List of email addresses to send the receipt to.
Parameters:
Name | Type | Description |
---|---|---|
emailAddresses |
Array.<String> | An array of |
- Source:
(static) SendReceiptRequest#setPayment(payment)
Set the field value
The payment of the requested receipt.
Parameters:
Name | Type | Description |
---|---|---|
payment |
Null | base.Reference |
- Source:
(static) SendReceiptRequest#setPhoneNumbers(phoneNumbers)
Set the field value
List of phone numbers to send the receipt to.
Parameters:
Name | Type | Description |
---|---|---|
phoneNumbers |
Array.<String> | An array of |
- Source:
(static) SendReceiptRequest#setRefund(refund)
Set the field value
The refund of the requested receipt.
Parameters:
Name | Type | Description |
---|---|---|
refund |
Null | base.Reference |
- Source: