KOTLIN
data class PrimerCheckoutData(
  val payment: Payment,
  val additionalInfo: PrimerCheckoutAdditionalInfo? = null
)

Properties