|
@@ 2681-2689 (lines=9) @@
|
| 2678 |
|
end |
| 2679 |
|
|
| 2680 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2681 |
|
class AccountTypeEnum < ::String |
| 2682 |
|
AmericanExpress = AccountTypeEnum.new("AmericanExpress") |
| 2683 |
|
DinersClub = AccountTypeEnum.new("DinersClub") |
| 2684 |
|
Discover = AccountTypeEnum.new("Discover") |
| 2685 |
|
ECheck = AccountTypeEnum.new("eCheck") |
| 2686 |
|
JCB = AccountTypeEnum.new("JCB") |
| 2687 |
|
MasterCard = AccountTypeEnum.new("MasterCard") |
| 2688 |
|
Visa = AccountTypeEnum.new("Visa") |
| 2689 |
|
end |
| 2690 |
|
|
| 2691 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum |
| 2692 |
|
class CustomerTypeEnum < ::String |
|
@@ 2671-2678 (lines=8) @@
|
| 2668 |
|
end |
| 2669 |
|
|
| 2670 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardTypeEnum |
| 2671 |
|
class CardTypeEnum < ::String |
| 2672 |
|
AmericanExpress = CardTypeEnum.new("AmericanExpress") |
| 2673 |
|
DinersClub = CardTypeEnum.new("DinersClub") |
| 2674 |
|
Discover = CardTypeEnum.new("Discover") |
| 2675 |
|
JCB = CardTypeEnum.new("JCB") |
| 2676 |
|
MasterCard = CardTypeEnum.new("MasterCard") |
| 2677 |
|
Visa = CardTypeEnum.new("Visa") |
| 2678 |
|
end |
| 2679 |
|
|
| 2680 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}accountTypeEnum |
| 2681 |
|
class AccountTypeEnum < ::String |