Class: Payjp::ThreeDSecureRequest
- Inherits:
-
APIResource
- Object
- PayjpObject
- APIResource
- Payjp::ThreeDSecureRequest
- Includes:
- APIOperations::Create, APIOperations::List
- Defined in:
- lib/payjp/three_d_secure_request.rb
Class Method Summary collapse
Methods included from APIOperations::Create
Methods included from APIOperations::List
Methods inherited from APIResource
class_name, #refresh, retrieve, #url
Methods included from APIOperations::Request
Methods inherited from PayjpObject
#[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #serialize_nested_object, serialize_params, #to_hash, #to_json, #to_s, #values
Constructor Details
This class inherits a constructor from Payjp::PayjpObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Payjp::PayjpObject
Class Method Details
.url ⇒ Object
6 7 8 |
# File 'lib/payjp/three_d_secure_request.rb', line 6 def self.url "/v1/three_d_secure_requests" end |