Interface CustomerCreatedPublicEventPayload

interface CustomerCreatedPublicEventPayload {
    customer: Customer;
    eventType: "customer.customer_created";
}

Properties

Properties

customer: Customer
eventType: "customer.customer_created"

Generated using TypeDoc