shopPaymentMethod
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (int) | 1/1 | The payment method id |
| name (string) | 0/1 | The name of the payment method |
| interactive (boolean) | 1/1 | Does the payment method requires additional user input |
JSON
| property | type | description |
|---|---|---|
| id | id (int) | The payment method id |
| name | name (string) | The name of the payment method |
| interactive | interactive (boolean) | Does the payment method requires additional user input |