GitHub

MagentoListPaymentMethodsResponse

import { MagentoListPaymentMethodsResponse } from '@daffodil/cart/driver/magento'
interface MagentoListPaymentMethodsResponse {
  cart: {
    __typename: string;
    available_payment_methods: MagentoCartPaymentMethod[];
}
}

Properties

Name Type Description
cart { __typename: string; available_payment_methods: MagentoCartPaymentMethod[]; }