Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of PaymentCustomer

interface PaymentCustomer {
email: string;
id: string;
}

Hierarchy

  • PaymentCustomer

Index

Properties

Properties

email: string
id: string

Generated using TypeDoc