Class: AdCenterWrapper::AddPaymentMethodRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentMethod = nil) ⇒ AddPaymentMethodRequest

Returns a new instance of AddPaymentMethodRequest.



7520
7521
7522
# File 'lib/adcenter_wrapper_entities.rb', line 7520

def initialize(paymentMethod = nil)
  @paymentMethod = paymentMethod
end

Instance Attribute Details

#paymentMethodObject

Returns the value of attribute paymentMethod.



7518
7519
7520
# File 'lib/adcenter_wrapper_entities.rb', line 7518

def paymentMethod
  @paymentMethod
end