Class: CcbConnectClient::PaymentDetailsQueryResponseElement
- Inherits:
-
Object
- Object
- CcbConnectClient::PaymentDetailsQueryResponseElement
- Defined in:
- lib/ccb_connect_client/models/payment_details_query_response.rb
Instance Attribute Summary collapse
-
#acc_date ⇒ Object
Returns the value of attribute acc_date.
-
#acc_name ⇒ Object
Returns the value of attribute acc_name.
-
#account ⇒ Object
Returns the value of attribute account.
-
#order ⇒ Object
Returns the value of attribute order.
-
#order_status ⇒ Object
Returns the value of attribute order_status.
-
#payment_money ⇒ Object
Returns the value of attribute payment_money.
-
#pos_id ⇒ Object
Returns the value of attribute pos_id.
-
#refund_money ⇒ Object
Returns the value of attribute refund_money.
-
#rem1 ⇒ Object
Returns the value of attribute rem1.
-
#rem2 ⇒ Object
Returns the value of attribute rem2.
-
#tran_date ⇒ Object
Returns the value of attribute tran_date.
Instance Attribute Details
#acc_date ⇒ Object
Returns the value of attribute acc_date.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def acc_date @acc_date end |
#acc_name ⇒ Object
Returns the value of attribute acc_name.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def acc_name @acc_name end |
#account ⇒ Object
Returns the value of attribute account.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def account @account end |
#order ⇒ Object
Returns the value of attribute order.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def order @order end |
#order_status ⇒ Object
Returns the value of attribute order_status.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def order_status @order_status end |
#payment_money ⇒ Object
Returns the value of attribute payment_money.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def payment_money @payment_money end |
#pos_id ⇒ Object
Returns the value of attribute pos_id.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def pos_id @pos_id end |
#refund_money ⇒ Object
Returns the value of attribute refund_money.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def refund_money @refund_money end |
#rem1 ⇒ Object
Returns the value of attribute rem1.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def rem1 @rem1 end |
#rem2 ⇒ Object
Returns the value of attribute rem2.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def rem2 @rem2 end |
#tran_date ⇒ Object
Returns the value of attribute tran_date.
77 78 79 |
# File 'lib/ccb_connect_client/models/payment_details_query_response.rb', line 77 def tran_date @tran_date end |