In this interface we will see the structure of PaymentCustomer
interface PaymentCustomer { email: string; id: string;}
Generated using TypeDoc
In this interface we will see the structure of PaymentCustomer