menu
paypal_sdk package
documentation
orders.dart
PaymentCollection
PaymentCollection.new const constructor
PaymentCollection.new const constructor
dark_mode
light_mode
PaymentCollection
constructor
const
PaymentCollection
(
{
List
<
AuthorizationWithAdditionalData
>
?
authorizations
,
List
<
Capture
>
?
captures
,
List
<
Refund
>
?
refunds
,
})
Implementation
const PaymentCollection({this.authorizations, this.captures, this.refunds});
paypal_sdk package
documentation
orders
PaymentCollection
PaymentCollection.new const constructor
PaymentCollection class