Class: AdCenterWrapper::AddPaymentMethodRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddPaymentMethodRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/securedatamanagementAddPaymentMethodRequest
paymentMethod - AdCenterWrapper::PaymentMethod
Instance Attribute Summary collapse
-
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
Instance Method Summary collapse
-
#initialize(paymentMethod = nil) ⇒ AddPaymentMethodRequest
constructor
A new instance of AddPaymentMethodRequest.
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
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
7518 7519 7520 |
# File 'lib/adcenter_wrapper_entities.rb', line 7518 def paymentMethod @paymentMethod end |