| Tor Norbye | 3a2425a | 2013-11-04 10:16:08 -0800 | [diff] [blame^] | 1 | class GetCustomerPaymentProfileRequest(CustomerRequest): |
| 2 | def __init__(self, user, profileid): | ||||
| 3 | CustomerRequest.__init__(self, user, | ||||
| 4 | customerPaymentProfileId=profileid) | ||||
| 5 | <warning descr="Docstring seems to be misplaced">""" | ||||
| 6 | Gets a payment profile by user <caret>Account object and authorize.net | ||||
| 7 | profileid of the payment profile. | ||||
| 8 | """</warning> | ||||