Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 805 Bytes

Session.md

File metadata and controls

15 lines (10 loc) · 805 Bytes

# Session

Properties

Name Type Description Notes
id string The unique identifier for the session [optional] [readonly]
amount_contributed double Represents the amount contributed for the transaction [optional] [readonly]
amount_remaining_to_be_contributed double Represents the amount needed to fully fund the transaction [optional] [readonly]
client_secret string The client secret to be used by DR.js [optional] [readonly]
state string The state of session. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]