CapturePaymentIntentOpts class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false, fieldRename: FieldRename.snake)

Constructors

CapturePaymentIntentOpts({int? amountToCapture, int? applicationFeeAmount, String? id, String? statementDescriptor, String? statementDescriptorSuffix, TransferData? transferData})
CapturePaymentIntentOpts.fromJson(Map<String, dynamic> json)
factory

Properties

amountToCapture int?
getter/setter pair
applicationFeeAmount int?
getter/setter pair
blueprintId String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairoverride
message String?
getter/setter pairinherited
object String?
getter/setter pairinherited
param String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementDescriptor String?
getter/setter pair
statementDescriptorSuffix String?
getter/setter pair
stripeAccount String?
getter/setter pairinherited
stripeError String?
getter/setter pairinherited
transferData TransferData?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited