Class: ApRubySdk::PaymentOption

Inherits:
ApiResource show all
Includes:
ApiOperations::Retrieve
Defined in:
lib/ap_ruby_sdk/payment_option.rb

Instance Attribute Summary collapse

Attributes inherited from ApiResource

#mode

Attributes inherited from BaseModel

#created, #id, #mode, #updated

Class Method Summary collapse

Methods included from ApiOperations::Retrieve

included

Methods inherited from ApiResource

construct_object, url_with_prefix

Methods inherited from BaseModel

#attributes=, #initialize, #to_json

Constructor Details

This class inherits a constructor from ApRubySdk::BaseModel

Instance Attribute Details

#hasSmsVerificationObject

Returns the value of attribute hasSmsVerification.



5
6
7
# File 'lib/ap_ruby_sdk/payment_option.rb', line 5

def hasSmsVerification
  @hasSmsVerification
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/ap_ruby_sdk/payment_option.rb', line 5

def url
  @url
end

Class Method Details

.list_membersObject



12
13
14
# File 'lib/ap_ruby_sdk/payment_option.rb', line 12

def self.list_members
  :paymentoptions
end

.urlObject



8
9
10
# File 'lib/ap_ruby_sdk/payment_option.rb', line 8

def self.url
  '/paymentoptions'
end