Class: ApRubySdk::Payment

Inherits:
BaseModel show all
Defined in:
lib/ap_ruby_sdk/payment.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#created, #id, #mode, #updated

Method Summary

Methods inherited from BaseModel

#attributes=, #initialize, #to_json

Constructor Details

This class inherits a constructor from ApRubySdk::BaseModel

Instance Attribute Details

#bankCodeObject

Returns the value of attribute bankCode.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def bankCode
  @bankCode
end

#bicObject

Returns the value of attribute bic.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def bic
  @bic
end

#creditCardNumberObject

Returns the value of attribute creditCardNumber.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def creditCardNumber
  @creditCardNumber
end

#creditCardTypeObject

Returns the value of attribute creditCardType.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def creditCardType
  @creditCardType
end

#CVV2Object

Returns the value of attribute CVV2.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def CVV2
  @CVV2
end

#documentIdObject

Returns the value of attribute documentId.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def documentId
  @documentId
end

#expirationMonthObject

Returns the value of attribute expirationMonth.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def expirationMonth
  @expirationMonth
end

#expirationYearObject

Returns the value of attribute expirationYear.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def expirationYear
  @expirationYear
end

#holderObject

Returns the value of attribute holder.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def holder
  @holder
end

#ibanObject

Returns the value of attribute iban.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def iban
  @iban
end

#paymentOptionObject

Returns the value of attribute paymentOption.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def paymentOption
  @paymentOption
end

#pinCodeObject

Returns the value of attribute pinCode.



4
5
6
# File 'lib/ap_ruby_sdk/payment.rb', line 4

def pinCode
  @pinCode
end