SourceAcceptance class final
mandate_acceptance_params
The parameters required to notify Stripe of a mandate acceptance or refusal by the customer.
Constructors
- SourceAcceptance({DateTime? date, String? ip, SourceOffline? offline, AccountOwnershipDeclaration? online, required MandateBacsDebitNetworkStatus status, CustomerAcceptanceType? type, String? userAgent})
-
mandate_acceptance_params
const
- SourceAcceptance.fromJson(Object? json)
-
factory
Properties
- date → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String?
-
final
- offline → SourceOffline?
-
mandate_offline_acceptance_params
final
- online → AccountOwnershipDeclaration?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → MandateBacsDebitNetworkStatus
-
final
- type → CustomerAcceptanceType?
-
final
- userAgent → String?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SourceAcceptance instance, Encoder< V> encoder) → V