InvoiceContent

@Serializable
data class InvoiceContent(val title: String, val description: String, val payload: String, val providerToken: String? = null, val currency: Currency, val prices: List<LabeledPrice>, val maxTipAmount: Int? = null, val suggestedTipAmounts: List<Int>? = null, val providerData: String? = null, val photoUrl: String? = null, val photoSize: Int? = null, val photoWidth: Int? = null, val photoHeight: Int? = null, val needName: Boolean? = null, val needPhoneNumber: Boolean? = null, val needEmail: Boolean? = null, val needShippingAddress: Boolean? = null, val sendPhoneNumberToProvider: Boolean? = null, val sendEmailToProvider: Boolean? = null, val isFlexible: Boolean? = null) : InputMessageContent

Constructors

Link copied to clipboard
constructor(title: String, description: String, payload: String, providerToken: String? = null, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = null, providerData: String? = null, photoUrl: String? = null, photoSize: Int? = null, photoWidth: Int? = null, photoHeight: Int? = null, needName: Boolean? = null, needPhoneNumber: Boolean? = null, needEmail: Boolean? = null, needShippingAddress: Boolean? = null, sendPhoneNumberToProvider: Boolean? = null, sendEmailToProvider: Boolean? = null, isFlexible: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isFlexible: Boolean? = null
Link copied to clipboard
val maxTipAmount: Int? = null
Link copied to clipboard
val needEmail: Boolean? = null
Link copied to clipboard
val needName: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val photoHeight: Int? = null
Link copied to clipboard
val photoSize: Int? = null
Link copied to clipboard
val photoUrl: String? = null
Link copied to clipboard
val photoWidth: Int? = null
Link copied to clipboard
Link copied to clipboard
val providerData: String? = null
Link copied to clipboard
val providerToken: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard