UNPKG

scheunemann-interfaces

Version:
14 lines (13 loc) 745 B
export { EPagBankAuthMethod } from './auth-method-type.enum'; export { EPagBankLinkType } from './link-type.enum'; export { EPagBankSplitMethod } from './method.enum'; export { EPagBankPaymentMethod } from './payment-method-type.enum'; export { EPagBankPhoneType } from './phone-type.enum'; export { EPagBankRecurringType } from './recurring-type.enum'; export { EPagBankStatus } from './status.enum'; export { EPagBankWallet } from './wallet.enum'; export { EPagBankBrand } from './brand.enum'; export { EPagBankConfigOption } from './config-option.enum'; export { EPagBankShippingServiceType } from './shipping-service-type.enum'; export { EPagBankShippingType } from './shipping-type.enum'; export { EPagBankRelLink } from './rel-link.enum';