Deleted Billing Key Info
constructor(billingKey: String, merchantId: String, storeId: String, methods: List<BillingKeyPaymentMethod>? = null, channels: List<SelectedChannel>, customer: Customer, customData: String? = null, issueId: String? = null, issueName: String? = null, requestedAt: @Serializable(with = InstantSerializer::class ) Instant? = null, issuedAt: @Serializable(with = InstantSerializer::class ) Instant, channelGroup: ChannelGroupSummary? = null, pgBillingKeyIssueResponses: List<PgBillingKeyIssueResponse>? = null, deletedAt: @Serializable(with = InstantSerializer::class ) Instant)