Class: Io::Flow::V0::Models::OnlineAuthorization

Inherits:
Authorization show all
Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Instance Attribute Summary collapse

Attributes inherited from Authorization

#discriminator

Instance Method Summary collapse

Methods inherited from Authorization

from_json, #to_hash

Constructor Details

#initialize(incoming = {}) ⇒ OnlineAuthorization

Returns a new instance of OnlineAuthorization.



47089
47090
47091
47092
47093
47094
47095
47096
47097
47098
47099
47100
47101
47102
47103
47104
47105
47106
47107
47108
47109
47110
47111
47112
47113
47114
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47089

def initialize(incoming={})
  super(:discriminator => Authorization::Types::ONLINE_AUTHORIZATION)
  opts = HttpClient::Helper.symbolize_keys(incoming)
  HttpClient::Preconditions.require_keys(opts, [:id, :key, :amount, :currency, :customer, :attributes, :result, :created_at], 'OnlineAuthorization')
  @id = HttpClient::Preconditions.assert_class('id', opts.delete(:id), String)
  @key = HttpClient::Preconditions.assert_class('key', opts.delete(:key), String)
  @method = (x = opts.delete(:method); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::PaymentMethod) ? x : ::Io::Flow::V0::Models::PaymentMethod.new(x)))
  @merchant_of_record = (x = (x = opts.delete(:merchant_of_record); x.nil? ? "flow" : x); x.is_a?(::Io::Flow::V0::Models::MerchantOfRecord) ? x : ::Io::Flow::V0::Models::MerchantOfRecord.apply(x))
  @details = (x = opts.delete(:details); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::OnlineAuthorizationDetails) ? x : ::Io::Flow::V0::Models::OnlineAuthorizationDetails.from_json(x)))
  @payment = (x = opts.delete(:payment); x.nil? ? nil : HttpClient::Preconditions.assert_class('payment', HttpClient::Helper.to_object(x), Hash))
  @amount = HttpClient::Preconditions.assert_class('amount', HttpClient::Helper.to_big_decimal(opts.delete(:amount)), BigDecimal)
  @currency = HttpClient::Preconditions.assert_class('currency', opts.delete(:currency), String)
  @requested = (x = opts.delete(:requested); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::Money) ? x : ::Io::Flow::V0::Models::Money.new(x)))
  @customer = (x = opts.delete(:customer); x.is_a?(::Io::Flow::V0::Models::OrderCustomer) ? x : ::Io::Flow::V0::Models::OrderCustomer.new(x))
  @attributes = HttpClient::Preconditions.assert_class('attributes', opts.delete(:attributes), Hash).inject({}) { |h, d| h[d[0]] = HttpClient::Preconditions.assert_class('attributes', d[1], String); h }
  @destination = (x = opts.delete(:destination); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::Address) ? x : ::Io::Flow::V0::Models::Address.new(x)))
  @billing_address = (x = opts.delete(:billing_address); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::BillingAddress) ? x : ::Io::Flow::V0::Models::BillingAddress.new(x)))
  @order = (x = opts.delete(:order); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::AuthorizationOrderReference) ? x : ::Io::Flow::V0::Models::AuthorizationOrderReference.new(x)))
  @payment_order_reference = (x = opts.delete(:payment_order_reference); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::PaymentOrderReference) ? x : ::Io::Flow::V0::Models::PaymentOrderReference.from_json(x)))
  @ip = (x = opts.delete(:ip); x.nil? ? nil : HttpClient::Preconditions.assert_class('ip', x, String))
  @result = (x = opts.delete(:result); x.is_a?(::Io::Flow::V0::Models::AuthorizationResult) ? x : ::Io::Flow::V0::Models::AuthorizationResult.new(x))
  @created_at = HttpClient::Preconditions.assert_class('created_at', HttpClient::Helper.to_date_time_iso8601(opts.delete(:created_at)), DateTime)
  @expires_at = (x = opts.delete(:expires_at); x.nil? ? nil : HttpClient::Preconditions.assert_class('expires_at', HttpClient::Helper.to_date_time_iso8601(x), DateTime))
  @base = (x = opts.delete(:base); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::Money) ? x : ::Io::Flow::V0::Models::Money.new(x)))
  @processor = (x = opts.delete(:processor); x.nil? ? nil : (x = x; x.is_a?(::Io::Flow::V0::Models::ExpandablePaymentProcessor) ? x : ::Io::Flow::V0::Models::ExpandablePaymentProcessor.from_json(x)))
end

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def amount
  @amount
end

#attributesObject (readonly)

Returns the value of attribute attributes.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def attributes
  @attributes
end

#baseObject (readonly)

Returns the value of attribute base.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def base
  @base
end

#billing_addressObject (readonly)

Returns the value of attribute billing_address.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def billing_address
  @billing_address
end

#created_atObject (readonly)

Returns the value of attribute created_at.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def created_at
  @created_at
end

#currencyObject (readonly)

Returns the value of attribute currency.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def currency
  @currency
end

#customerObject (readonly)

Returns the value of attribute customer.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def customer
  @customer
end

#destinationObject (readonly)

Returns the value of attribute destination.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def destination
  @destination
end

#detailsObject (readonly)

Returns the value of attribute details.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def details
  @details
end

#expires_atObject (readonly)

Returns the value of attribute expires_at.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def expires_at
  @expires_at
end

#idObject (readonly)

Returns the value of attribute id.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def id
  @id
end

#ipObject (readonly)

Returns the value of attribute ip.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def ip
  @ip
end

#keyObject (readonly)

Returns the value of attribute key.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def key
  @key
end

#merchant_of_recordObject (readonly)

Returns the value of attribute merchant_of_record.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def merchant_of_record
  @merchant_of_record
end

#methodObject (readonly)

Returns the value of attribute method.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def method
  @method
end

#orderObject (readonly)

Returns the value of attribute order.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def order
  @order
end

#paymentObject (readonly)

Returns the value of attribute payment.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def payment
  @payment
end

#payment_order_referenceObject (readonly)

Returns the value of attribute payment_order_reference.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def payment_order_reference
  @payment_order_reference
end

#processorObject (readonly)

Returns the value of attribute processor.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def processor
  @processor
end

#requestedObject (readonly)

Returns the value of attribute requested.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def requested
  @requested
end

#resultObject (readonly)

Returns the value of attribute result.



47087
47088
47089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47087

def result
  @result
end

Instance Method Details

#copy(incoming = {}) ⇒ Object



47120
47121
47122
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47120

def copy(incoming={})
  OnlineAuthorization.new(subtype_to_hash.merge(HttpClient::Helper.symbolize_keys(incoming)))
end

#subtype_to_hashObject



47124
47125
47126
47127
47128
47129
47130
47131
47132
47133
47134
47135
47136
47137
47138
47139
47140
47141
47142
47143
47144
47145
47146
47147
47148
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47124

def subtype_to_hash
  {
    :id => id,
    :key => key,
    :method => method.nil? ? nil : method.to_hash,
    :merchant_of_record => merchant_of_record.value,
    :details => details.nil? ? nil : details.to_hash,
    :payment => payment,
    :amount => amount.to_f.to_s,
    :currency => currency,
    :requested => requested.nil? ? nil : requested.to_hash,
    :customer => customer.to_hash,
    :attributes => attributes,
    :destination => destination.nil? ? nil : destination.to_hash,
    :billing_address => billing_address.nil? ? nil : billing_address.to_hash,
    :order => order.nil? ? nil : order.to_hash,
    :payment_order_reference => payment_order_reference.nil? ? nil : payment_order_reference.to_hash,
    :ip => ip,
    :result => result.to_hash,
    :created_at => created_at,
    :expires_at => expires_at,
    :base => base.nil? ? nil : base.to_hash,
    :processor => processor.nil? ? nil : processor.to_hash
  }
end

#to_jsonObject



47116
47117
47118
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 47116

def to_json
  JSON.dump(to_hash)
end