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