import { DaffCustomerPaymentAuthorizeNetCCType } from '@daffodil/customer-payment-authorizenet'
enum DaffCustomerPaymentAuthorizeNetCCType {
AMERICAN_EXPRESS = DaffCustomerPaymentAuthorizeNetCCType.AMERICAN_EXPRESS,
DISCOVER = DaffCustomerPaymentAuthorizeNetCCType.DISCOVER,
DINERS_CLUB = DaffCustomerPaymentAuthorizeNetCCType.DINERS_CLUB,
JCB = DaffCustomerPaymentAuthorizeNetCCType.JCB,
MASTERCARD = DaffCustomerPaymentAuthorizeNetCCType.MASTERCARD,
VISA = DaffCustomerPaymentAuthorizeNetCCType.VISA,
}