PaymentIntentPartiallyFundedEvent constructor

const PaymentIntentPartiallyFundedEvent({
  1. required PaymentIntent object,
})

Occurs when funds are applied to a customer_balance PaymentIntent and the 'amount_remaining' changes.

Implementation

const PaymentIntentPartiallyFundedEvent({required this.object});