PaymentConfiguration class
Configuration of the payment that the SDK is being initialized for.
- Annotations
-
- @JsonSerializable()
Constructors
- PaymentConfiguration.new(PaymentContext paymentContext, {bool groupPaymentProducts = false})
-
PaymentConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- groupPaymentProducts ↔ bool
-
Whether to group payment products together when retrieving them from the API.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentContext → PaymentContext
-
The context of this payment with information regarding currency, amount, etc.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited