|
@@ 2599-2607 (lines=9) @@
|
| 2596 |
|
end |
| 2597 |
|
|
| 2598 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2599 |
|
class AccountTypeEnum < ::String |
| 2600 |
|
AmericanExpress = AccountTypeEnum.new("AmericanExpress") |
| 2601 |
|
DinersClub = AccountTypeEnum.new("DinersClub") |
| 2602 |
|
Discover = AccountTypeEnum.new("Discover") |
| 2603 |
|
ECheck = AccountTypeEnum.new("eCheck") |
| 2604 |
|
JCB = AccountTypeEnum.new("JCB") |
| 2605 |
|
MasterCard = AccountTypeEnum.new("MasterCard") |
| 2606 |
|
Visa = AccountTypeEnum.new("Visa") |
| 2607 |
|
end |
| 2608 |
|
|
| 2609 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum |
| 2610 |
|
class CustomerTypeEnum < ::String |
|
@@ 2589-2596 (lines=8) @@
|
| 2586 |
|
end |
| 2587 |
|
|
| 2588 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardTypeEnum |
| 2589 |
|
class CardTypeEnum < ::String |
| 2590 |
|
AmericanExpress = CardTypeEnum.new("AmericanExpress") |
| 2591 |
|
DinersClub = CardTypeEnum.new("DinersClub") |
| 2592 |
|
Discover = CardTypeEnum.new("Discover") |
| 2593 |
|
JCB = CardTypeEnum.new("JCB") |
| 2594 |
|
MasterCard = CardTypeEnum.new("MasterCard") |
| 2595 |
|
Visa = CardTypeEnum.new("Visa") |
| 2596 |
|
end |
| 2597 |
|
|
| 2598 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2599 |
|
class AccountTypeEnum < ::String |