Method: OpenapiClient::RecurringPaymentDetails.attribute_map

Defined in:
lib/openapi_client/models/recurring_payment_details.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/openapi_client/models/recurring_payment_details.rb', line 77

def self.attribute_map
  {
    :'store_id' => :'storeId',
    :'purchase_order_number' => :'purchaseOrderNumber',
    :'invoice_number' => :'invoiceNumber',
    :'creation_date' => :'creationDate',
    :'start_date' => :'startDate',
    :'next_attempt_date' => :'nextAttemptDate',
    :'transaction_amount' => :'transactionAmount',
    :'payment_method_details' => :'paymentMethodDetails',
    :'frequency' => :'frequency',
    :'number_of_payments' => :'numberOfPayments',
    :'run_count' => :'runCount',
    :'state' => :'state',
    :'comments' => :'comments'
  }
end