Class: YSM::UserManagementService::UpdateCreditCard
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateCreditCard
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateCreditCard
Instance Attribute Summary collapse
-
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
-
#billingUserInfo ⇒ Object
Returns the value of attribute billingUserInfo.
-
#cc ⇒ Object
Returns the value of attribute cc.
-
#paymentMethodID ⇒ Object
Returns the value of attribute paymentMethodID.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(paymentMethodID = nil, billingUserInfo = nil, billingAddress = nil, cc = nil, updateAll = nil) ⇒ UpdateCreditCard
constructor
A new instance of UpdateCreditCard.
Constructor Details
#initialize(paymentMethodID = nil, billingUserInfo = nil, billingAddress = nil, cc = nil, updateAll = nil) ⇒ UpdateCreditCard
Returns a new instance of UpdateCreditCard.
321 322 323 324 325 326 327 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 321 def initialize(paymentMethodID = nil, billingUserInfo = nil, billingAddress = nil, cc = nil, updateAll = nil) @paymentMethodID = paymentMethodID @billingUserInfo = billingUserInfo @billingAddress = billingAddress @cc = cc @updateAll = updateAll end |
Instance Attribute Details
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
317 318 319 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 317 def billingAddress @billingAddress end |
#billingUserInfo ⇒ Object
Returns the value of attribute billingUserInfo.
316 317 318 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 316 def billingUserInfo @billingUserInfo end |
#cc ⇒ Object
Returns the value of attribute cc.
318 319 320 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 318 def cc @cc end |
#paymentMethodID ⇒ Object
Returns the value of attribute paymentMethodID.
315 316 317 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 315 def paymentMethodID @paymentMethodID end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
319 320 321 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 319 def updateAll @updateAll end |