Class: YSM::UserManagementService::UpdateCreditCard

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#billingAddressObject

Returns the value of attribute billingAddress.



317
318
319
# File 'lib/ysm4r/v1/UserManagementService.rb', line 317

def billingAddress
  @billingAddress
end

#billingUserInfoObject

Returns the value of attribute billingUserInfo.



316
317
318
# File 'lib/ysm4r/v1/UserManagementService.rb', line 316

def billingUserInfo
  @billingUserInfo
end

#ccObject

Returns the value of attribute cc.



318
319
320
# File 'lib/ysm4r/v1/UserManagementService.rb', line 318

def cc
  @cc
end

#paymentMethodIDObject

Returns the value of attribute paymentMethodID.



315
316
317
# File 'lib/ysm4r/v1/UserManagementService.rb', line 315

def paymentMethodID
  @paymentMethodID
end

#updateAllObject

Returns the value of attribute updateAll.



319
320
321
# File 'lib/ysm4r/v1/UserManagementService.rb', line 319

def updateAll
  @updateAll
end