blob: 1db4e3f4d2828d75d212c03632efddc60b9a622e [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class 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>