PaymentIntent

constructor(id: String, requestId: String? = null, amount: BigDecimal, currency: String, merchantOrderId: String? = null, order: PurchaseOrder? = null, customerId: String? = null, descriptor: String? = null, metadata: Map<String, Any?>? = null, status: PaymentIntentStatus? = null, capturedAmount: BigDecimal? = null, latestPaymentAttempt: PaymentIntent.PaymentAttempt? = null, availablePaymentMethodTypes: List<PaymentMethodType>? = null, customerPaymentMethods: List<PaymentMethod>? = null, customerPaymentConsents: List<PaymentConsent>? = null, clientSecret: String? = null, nextAction: NextAction? = null, createdAt: Date? = null, updatedAt: Date? = null, cancelledAt: Date? = null, cancellationReason: String? = null)