Class: YSM::UserManagementService::AddCreditCard

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(billingUserInfo = nil, billingAddress = nil, cc = nil) ⇒ AddCreditCard

Returns a new instance of AddCreditCard.



681
682
683
684
685
# File 'lib/ysm4r/v1/UserManagementService.rb', line 681

def initialize(billingUserInfo = nil, billingAddress = nil, cc = nil)
  @billingUserInfo = billingUserInfo
  @billingAddress = billingAddress
  @cc = cc
end

Instance Attribute Details

#billingAddressObject

Returns the value of attribute billingAddress.



678
679
680
# File 'lib/ysm4r/v1/UserManagementService.rb', line 678

def billingAddress
  @billingAddress
end

#billingUserInfoObject

Returns the value of attribute billingUserInfo.



677
678
679
# File 'lib/ysm4r/v1/UserManagementService.rb', line 677

def billingUserInfo
  @billingUserInfo
end

#ccObject

Returns the value of attribute cc.



679
680
681
# File 'lib/ysm4r/v1/UserManagementService.rb', line 679

def cc
  @cc
end