Constructor
new PaymentMethod(data) → {void}
PaymentMethod Constructor.
PaymentMethod Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getMethodCode() → {string}
Get method_code.
Get method_code.
Returns:
- Type
- string
getMethodName() → {string}
Get method_name.
Get method_name.
Returns:
- Type
- string
getMivapay() → {boolean}
Get mivapay.
Get mivapay.
Returns:
- Type
- boolean
getModuleApi() → {number}
Get module_api.
Get module_api.
Returns:
- Type
- number
getModuleId() → {number}
Get module_id.
Get module_id.
Returns:
- Type
- number
getOrderPaymentCard() → {OrderPaymentCard|*}
Get orderpaymentcard.
Get orderpaymentcard.
Returns:
- Type
- OrderPaymentCard | *
getPaymentCard() → {CustomerPaymentCard|*}
Get paymentcard.
Get paymentcard.
Returns:
- Type
- CustomerPaymentCard | *
getPaymentCardType() → {PaymentCardType|*}
Get paymentcardtype.
Get paymentcardtype.
Returns:
- Type
- PaymentCardType | *