SourceMandateNotification class final

SourceMandateNotification

Source mandate notifications should be created when a notification related to a source mandate must be sent to the payer. They will trigger a webhook or deliver an email to the customer.

Constructors

SourceMandateNotification({SourceMandateNotificationAcssDebitData? acssDebit, int? amount, SourceMandateNotificationBacsDebitData? bacsDebit, required DateTime created, required String id, required bool livemode, required String reason, SourceMandateNotificationSepaDebitData? sepaDebit, required Source source, required String status, required String type})
SourceMandateNotification
const
SourceMandateNotification.fromJson(Object? json)
factory

Properties

acssDebit → SourceMandateNotificationAcssDebitData?
final
amount → int?
final
bacsDebit → SourceMandateNotificationBacsDebitData?
final
created → DateTime
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
livemode → bool
final
object → String
final
reason → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sepaDebit → SourceMandateNotificationSepaDebitData?
final
source → Source
final
status → String
final
type → 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>(SourceMandateNotification instance, Encoder<V> encoder) → V