class Iyzi::Requests::ThreedsPaymentCreate
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
Iyzi::Request::new
# File lib/iyzi/requests/threeds_payment_create.rb, line 4 def initialize(options = {}) super(Endpoints::HTTP_POST, Endpoints::THREEDS_PAYMENT_CREATE, options) end
Public Instance Methods
to_pki()
click to toggle source
# File lib/iyzi/requests/threeds_payment_create.rb, line 8 def to_pki PkiBuilders::ThreedsPaymentCreate.new(iyzi_options).request_string end