Constructor
new OrderPaymentAuthorize(data) → {void}
OrderPaymentAuthorize Constructor.
OrderPaymentAuthorize Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getFormattedNetCaptured() → {string}
Get formatted_net_capt.
Get formatted_net_capt.
Returns:
- Type
- string
getFormattedTotalAuthorized() → {string}
Get formatted_total_auth.
Get formatted_total_auth.
Returns:
- Type
- string
getFormattedTotalCaptured() → {string}
Get formatted_total_capt.
Get formatted_total_capt.
Returns:
- Type
- string
getFormattedTotalRefunded() → {string}
Get formatted_total_rfnd.
Get formatted_total_rfnd.
Returns:
- Type
- string
getNetCaptured() → {number}
Get net_capt.
Get net_capt.
Returns:
- Type
- number
getTotalAuthorized() → {number}
Get total_auth.
Get total_auth.
Returns:
- Type
- number
getTotalCaptured() → {number}
Get total_capt.
Get total_capt.
Returns:
- Type
- number
getTotalRefunded() → {number}
Get total_rfnd.
Get total_rfnd.
Returns:
- Type
- number
getValid() → {boolean}
Get valid.
Get valid.
Returns:
- Type
- boolean