import { DaffCustomerPaymentAuthorizeNetMagentoService } from '@daffodil/customer-payment-authorizenet/driver/magento'
A service for making Magento GraphQL queries for customers.
@Injectable()
class DaffCustomerPaymentAuthorizeNetMagentoService implements DaffCustomerPaymentDriverInterface<DaffCustomerPaymentAuthorizeNet, DaffCustomerPaymentAuthorizeNetRequest> {
add(payment: DaffCustomerPaymentAuthorizeNetRequest): any
delete(paymentId: string): any
list(): any
get(paymentId: string): any
update(payment: Partial<DaffCustomerPaymentAuthorizeNet> & DaffIdentifiable): any
}
anyAdds the passed payment.
| Parameter | payment: DaffCustomerPaymentAuthorizeNetRequest |
|---|---|
| Description |
anyDeletes the specified payment.
| Parameter | paymentId: string |
|---|---|
| Description |
anyLists the customer's payments.
anyGet the specified payment.
| Parameter | paymentId: string |
|---|---|
| Description |
anyUpdate the passed payment.
| Parameter | payment: Partial<DaffCustomerPaymentAuthorizeNet> & DaffIdentifiable |
|---|---|
| Description |