DaffCustomerPaymentAuthorizeNetMagentoService
A service for making Magento GraphQL queries for customers.
Properties
| Name | Type | Description |
|---|---|---|
| add | Observable<DaffCustomerPaymentAuthorizeNet[]> |
Adds the passed payment. |
| delete | Observable<DaffCustomerPaymentAuthorizeNet[]> |
Deletes the specified payment. |
| list | Observable<DaffCustomerPaymentAuthorizeNet[]> |
Lists the customer's payments. |
| get | Observable<DaffCustomerPaymentAuthorizeNet> |
Get the specified payment. |
| update | Observable<DaffCustomerPaymentAuthorizeNet[]> |
Update the passed payment. |
| listPayments | Observable<ApolloQueryResult<MagentoGetCustomerPaymentsResponse>> |