DaffCustomerPaymentAuthorizeNetCCType
import { DaffCustomerPaymentAuthorizeNetCCType } from '@daffodil/customer-payment-authorizenet'
enum DaffCustomerPaymentAuthorizeNetCCType {
AMERICAN_EXPRESS = 'Amex',
DISCOVER = 'Discover',
DINERS_CLUB = 'DinersClub',
JCB = 'JCB',
MASTERCARD = 'MasterCard',
VISA = 'Visa',
}