Reference

@Serializable
data class Reference(val id: String) : PaymentMethodUnion

Reference to the PaymentMethod's ID (non-expanded)

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
open override val id: String

ID of the PaymentMethod.