Alokai

BuildCustomGetPaymentMethodsAttributesParams

export type BuildCustomGetPaymentMethodsAttributesParams = {
    payload: GetPaymentMethodsRequestPayload;
    payment: PaymentWithFields;
    cart: Cart;
    shopperLocale?: string;
    customerId?: string;
    order?: EncryptedOrderData;
};

Referenced Types

On this page