new PaymentResponse()
- Source:
Extends
Methods
(static) PaymentResponse#getIsAuth() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentResponse#getIsPreAuth() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentResponse#getIsSale() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentResponse#getPayment() → {payments.Payment}
Get the field value
The payment from the sale
- Source:
Returns:
- Type
- payments.Payment
(static) PaymentResponse#getSignature() → {base.Signature|Null}
Get the field value
- Source:
Returns:
- Type
- base.Signature | Null
(static) PaymentResponse#setIsAuth(isAuth)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isAuth |
Boolean |
- Source:
(static) PaymentResponse#setIsPreAuth(isPreAuth)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isPreAuth |
Boolean |
- Source:
(static) PaymentResponse#setIsSale(isSale)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isSale |
Boolean |
- Source:
(static) PaymentResponse#setPayment(payment)
Set the field value
The payment from the sale
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |
- Source:
(static) PaymentResponse#setSignature(signature)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
signature |
base.Signature | Null |
- Source: