PaymentMethodsType
The type PaymentMethodsType
represents available payment methods for this EV station.
The example for PaymentMethodsType is as follows:
"evStationDetails": {
"paymentMethods": {
"subscription": {
"provider": "GMEV",
"accept": true
},
"creditCard": {
"types": {
"type": [
"AMEX",
"DINERSCLUB",
"DISCOVER",
"MASTERCARD",
"VISA"
]
},
"accept": true
},
"cash": {
"currencies": {
"currency": [
"USD"
]
},
"accept": true
},
"check": {
"types": {
"type": [
"PERSONAL",
"TRAVELERS"
]
},
"accept": true
},
"ePayment": {
"types": {
"type": [
"APPLEPAY"
]
},
"accept": true
},
"other": {
"types": {
"type": [
"FINANCING"
]
},
"accept": true
}
}
}
Element | Data Type | Mandatory | Description |
---|---|---|---|
subscription | SubscriptionType | No | Defines the available subscription payment method for this EV station. This element has an attribute |
creditCard | CreditCardType | No | Defines the available credit cards for this EV station. This element has an attribute |
cash | CashType | No | Defines the available cash payment options for this EV station. This element has an attribute |
debitCard | DebitCardType | No | Defines the available debit card payment options for this EV station. This element only has an attribute |
check | CheckType | No | Defines the available check payment options for this EV station. This element has an attribute |
ePayment | EPaymentType | No | Defines the available electronic payment options for this EV station. This element has an attribute |
other | OtherType | No | Defines the other payment options for this EV station. This element has an attribute |
note | String | No | Additional information about payment methods |
Element | Data Type | Mandatory | Description |
---|---|---|---|
provider | String | No | The provider for subscription (see example above) |
Element | Data Type | Mandatory | Description |
---|---|---|---|
types | PaymentTypesListType | No | List of accepted credit cards |
Element | Data Type | Mandatory | Description |
---|---|---|---|
currencies | CurrenciesListType | No | List of accepted currencies |
Element | Data Type | Mandatory | Description |
---|---|---|---|
types | PaymentTypesListType | No | List of accepted checks |
Element | Data Type | Mandatory | Description |
---|---|---|---|
types | PaymentTypesListType | No | List of accepted electronic payment types |
Element | Data Type | Mandatory | Description |
---|---|---|---|
types | PaymentTypesListType | No | List of other payment types accepted |
Element | Data Type | Mandatory | Description |
---|---|---|---|
type | String | No | List of payment types |
Element | Data Type | Mandatory | Description |
---|---|---|---|
currency | String | No | List of accepted currencies |