Class: ApiBanking::InstantCreditService::PayNow::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantCreditService::PayNow::Request
- Defined in:
- lib/api_banking/soap/instantCreditService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#discountedAmount ⇒ Object
Returns the value of attribute discountedAmount.
-
#feeAmount ⇒ Object
Returns the value of attribute feeAmount.
-
#invoiceDetail ⇒ Object
Returns the value of attribute invoiceDetail.
-
#supplierCode ⇒ Object
Returns the value of attribute supplierCode.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def customerID @customerID end |
#discountedAmount ⇒ Object
Returns the value of attribute discountedAmount
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def discountedAmount @discountedAmount end |
#feeAmount ⇒ Object
Returns the value of attribute feeAmount
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def feeAmount @feeAmount end |
#invoiceDetail ⇒ Object
Returns the value of attribute invoiceDetail
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def invoiceDetail @invoiceDetail end |
#supplierCode ⇒ Object
Returns the value of attribute supplierCode
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def supplierCode @supplierCode end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
12 13 14 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 12 def version @version end |