CreateAchToken: {
    ach_detail: AchTokenObject;
    customer: {
        city: PaymentCustomerObject["address_city"];
        customer_id: PaymentCustomerObject["customer_id"];
        email: PaymentCustomerObject["email"];
        phone: PaymentCustomerObject["phone"];
        postal_code: PaymentCustomerObject["address_postal_code"];
        state_code: PaymentCustomerObject["address_state_code"];
        street_1: PaymentCustomerObject["address_street_1"];
        street_2: PaymentCustomerObject["address_street_1"];
    };
    type?: string;
}

Type declaration

Generated using TypeDoc