PaymentIntentPartiallyFundedEvent constructor
const
PaymentIntentPartiallyFundedEvent({
- required PaymentIntent object,
Occurs when funds are applied to a customer_balance PaymentIntent and the 'amount_remaining' changes.
Implementation
const PaymentIntentPartiallyFundedEvent({required this.object});