PaymentStateDetails

constructor(eposTransactionId: String, amount: Int, tip: Int?, currency: String, state: PaymentStateSubscription.PaymentState, inProgressState: PaymentStateSubscription.InProgressState?, gatewayPaymentId: GatewayPaymentId? = null, reason: PaymentStateSubscription.PaymentStateReason? = null, debugErrorMessage: String? = null, metadata: PaymentStateSubscription.PaymentStateDetails.Metadata? = null, transactionTimestamp: Long? = null, wasUnsubscribed: Boolean = false)