|
@@ 2561-2569 (lines=9) @@
|
| 2558 |
|
end |
| 2559 |
|
|
| 2560 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2561 |
|
class AccountTypeEnum < ::String |
| 2562 |
|
AmericanExpress = AccountTypeEnum.new("AmericanExpress") |
| 2563 |
|
DinersClub = AccountTypeEnum.new("DinersClub") |
| 2564 |
|
Discover = AccountTypeEnum.new("Discover") |
| 2565 |
|
ECheck = AccountTypeEnum.new("eCheck") |
| 2566 |
|
JCB = AccountTypeEnum.new("JCB") |
| 2567 |
|
MasterCard = AccountTypeEnum.new("MasterCard") |
| 2568 |
|
Visa = AccountTypeEnum.new("Visa") |
| 2569 |
|
end |
| 2570 |
|
|
| 2571 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum |
| 2572 |
|
class CustomerTypeEnum < ::String |
|
@@ 2551-2558 (lines=8) @@
|
| 2548 |
|
end |
| 2549 |
|
|
| 2550 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardTypeEnum |
| 2551 |
|
class CardTypeEnum < ::String |
| 2552 |
|
AmericanExpress = CardTypeEnum.new("AmericanExpress") |
| 2553 |
|
DinersClub = CardTypeEnum.new("DinersClub") |
| 2554 |
|
Discover = CardTypeEnum.new("Discover") |
| 2555 |
|
JCB = CardTypeEnum.new("JCB") |
| 2556 |
|
MasterCard = CardTypeEnum.new("MasterCard") |
| 2557 |
|
Visa = CardTypeEnum.new("Visa") |
| 2558 |
|
end |
| 2559 |
|
|
| 2560 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2561 |
|
class AccountTypeEnum < ::String |