FanboxCreatorPlan

data class FanboxCreatorPlan(val id: FanboxPlanId, val title: String, val description: String, val fee: Int, val coverImageUrl: String?, val hasAdultContent: Boolean, val paymentMethod: FanboxPaymentMethod, val user: FanboxUser?)

Constructors

Link copied to clipboard
constructor(id: FanboxPlanId, title: String, description: String, fee: Int, coverImageUrl: String?, hasAdultContent: Boolean, paymentMethod: FanboxPaymentMethod, user: FanboxUser?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val fee: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard