Sha256: 1d51ba0271d94385588423f459698080b2663e31d988340369908a48342508a6
Contents?: true
Size: 954 Bytes
Versions: 4
Compression:
Stored size: 954 Bytes
Contents
# SyncteraRubySdk::OriginalCreditRequestModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents) | | | **card_acceptor** | [**CardAcceptorModel**](CardAcceptorModel.md) | | [optional] | | **card_id** | **String** | | | | **mid** | **String** | | | | **screening_score** | **String** | | [optional] | | **sender_data** | [**OriginalCreditSenderData**](OriginalCreditSenderData.md) | | [optional] | | **transaction_purpose** | **String** | | [optional] | | **type** | **String** | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::OriginalCreditRequestModel.new( amount: null, card_acceptor: null, card_id: null, mid: null, screening_score: null, sender_data: null, transaction_purpose: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems