data class Product
Product(productId: String, parentProductId: String, clientId: String, type: String, code: String, name: String, description: String, url: String?, price: String, vat: String, currency: String, paymentOptions: String, quantityLimit: String?, quantityCount: String, saleStart: Date, saleStop: Date, availableStart: Date?, availableStop: Date?, subscriptionPeriod: String, subscriptionRenewPrice: String, subscriptionRenewPeriod: String, subscriptionAutoRenew: String, subscriptionAutoRenewLockPeriod: String, subscriptionAutoRenewDisabled: String, subscriptionGracePeriod: String, subscriptionEmailReceiptLimit: String, subscriptionFinalEndDate: Date?, allowMultiSales: String, status: String, changedBy: Date?, changed: Date?, createdBy: String, created: Date, purchaseUri: String) |
val allowMultiSales: String |
|
val availableStart: Date? |
|
val availableStop: Date? |
|
val changed: Date? |
|
val changedBy: Date? |
|
val clientId: String |
|
val code: String |
|
val created: Date |
|
val createdBy: String |
|
val currency: String |
|
val description: String |
|
val name: String |
|
val parentProductId: String |
|
val paymentOptions: String |
|
val price: String |
|
val productId: String |
|
val purchaseUri: String |
|
val quantityCount: String |
|
val quantityLimit: String? |
|
val saleStart: Date |
|
val saleStop: Date |
|
val status: String |
|
val subscriptionAutoRenew: String |
|
val subscriptionAutoRenewDisabled: String |
|
val subscriptionAutoRenewLockPeriod: String |
|
val subscriptionEmailReceiptLimit: String |
|
val subscriptionFinalEndDate: Date? |
|
val subscriptionGracePeriod: String |
|
val subscriptionPeriod: String |
|
val subscriptionRenewPeriod: String |
|
val subscriptionRenewPrice: String |
|
val type: String |
|
val url: String? |
|
val vat: String |