export enum PaymentContactFieldEnum {
    Email = 'email',
    Name = 'name',
    Phone = 'phone',
    PostalAddress = 'postalAddress',
}
