Alokai

BuildCustomPaymentAttributesParams

export type BuildCustomPaymentAttributesParams = {
    payload: MakePaymentRequestPayload;
    payment: PaymentWithFields;
    cart: Cart;
    origin: string;
    customerId?: string;
    balance?: Balance;
};

Referenced Types

On this page