GitHub

DaffCustomerPaymentAuthorizeNetMagentoService

import { DaffCustomerPaymentAuthorizeNetMagentoService } from '@daffodil/customer-payment-authorizenet/driver/magento'

A service for making Magento GraphQL queries for customers.

() Methods

add
Observable<DaffCustomerPaymentAuthorizeNet[]>

Adds the passed payment.

Parameters
Parameterpayment: DaffCustomerPaymentAuthorizeNetRequest
Description
delete
Observable<DaffCustomerPaymentAuthorizeNet[]>

Deletes the specified payment.

Parameters
ParameterpaymentId: string
Description
list
Observable<DaffCustomerPaymentAuthorizeNet[]>

Lists the customer's payments.

get
Observable<DaffCustomerPaymentAuthorizeNet>

Get the specified payment.

Parameters
ParameterpaymentId: string
Description
update
Observable<DaffCustomerPaymentAuthorizeNet[]>

Update the passed payment.

Parameters
Parameterpayment: Partial<DaffCustomerPaymentAuthorizeNet> & DaffIdentifiable
Description
listPayments
Observable<ApolloQueryResult<MagentoGetCustomerPaymentsResponse>>