CollectedData

@JsonClass(generateAdapter = true)
data class CollectedData : Serializable

Represents non-payment data collected using collectData.

Properties

Link copied to clipboard
val created: Long = 0

Time at which the object was created. Measured in seconds since the Unix epoch.

Link copied to clipboard
val id: String

Unique identifier for the object.

Link copied to clipboard
val livemode: Boolean = false

Has the value true if the object exists in live mode or the value false if the object exists in test mode.