|
@@ 2523-2532 (lines=10) @@
|
| 2520 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentProfile |
| 2521 |
|
# paymentProfileId - (any) |
| 2522 |
|
# cardCode - (any) |
| 2523 |
|
class PaymentProfile |
| 2524 |
|
include ROXML |
| 2525 |
|
xml_accessor :paymentProfileId, :as => Fixnum |
| 2526 |
|
xml_accessor :cardCode |
| 2527 |
|
|
| 2528 |
|
def initialize(paymentProfileId = nil, cardCode = nil) |
| 2529 |
|
@paymentProfileId = paymentProfileId |
| 2530 |
|
@cardCode = cardCode |
| 2531 |
|
end |
| 2532 |
|
end |
| 2533 |
|
|
| 2534 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfilePaymentType |
| 2535 |
|
# createProfile - SOAP::SOAPBoolean |
|
@@ 1654-1663 (lines=10) @@
|
| 1651 |
|
end |
| 1652 |
|
|
| 1653 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}FraudInformationType |
| 1654 |
|
class FraudInformationType |
| 1655 |
|
include ROXML |
| 1656 |
|
xml_accessor :fraudFilterList, :as => ArrayOfFraudFilterType |
| 1657 |
|
xml_accessor :fraudAction |
| 1658 |
|
|
| 1659 |
|
def initialize(fraudFilterList = nil, fraudAction = nil) |
| 1660 |
|
@fraudFilterList = fraudFilterList |
| 1661 |
|
@fraudAction = fraudAction |
| 1662 |
|
end |
| 1663 |
|
end |
| 1664 |
|
|
| 1665 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionSummaryType |
| 1666 |
|
# transId - (any) |