new module:models/CreatePaymentAuthorizationRequest(auth_amount, customer, funding_account, customer_account)
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newCreatePaymentAuthorizationRequest
.
Parameters:
Name | Type | Description |
---|---|---|
auth_amount |
String | The amount being authorized. |
customer |
module:models/PaymentAuthCustomerRequest | |
funding_account |
module:models/PaymentAuthFundingAccountRequest | |
customer_account |
module:models/PaymentAuthCustomerAccountRequest |
Members
-
inner auth_amount :String
-
The amount being authorized.
-
inner card_cvv_number :String
-
-
inner comments :String
-
Comments that can be used to recollect the operation performed on the resource object.
-
inner custom_fields :Object.<String, String>
-
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.
-
inner customer :module:models/PaymentAuthCustomerRequest
-
-
inner customer_account :module:models/PaymentAuthCustomerAccountRequest
-
-
inner funding_account :module:models/PaymentAuthFundingAccountRequest
-
-
inner payment_auth_reference :String
-
The unique identifier in the client system for the payment authorization. This is mandatory in case of voyager fleet card payment.
Methods
-
static constructFromObject(data, obj) → {module:models/CreatePaymentAuthorizationRequest}
-
Constructs a
CreatePaymentAuthorizationRequest
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/CreatePaymentAuthorizationRequest Optional instance to populate.
Returns:
module:models/CreatePaymentAuthorizationRequest -The populated
CreatePaymentAuthorizationRequest
instance.