CreateGooglePayPaymentParams class

Parameters to create a google pay payment.

Annotations
  • @freezed

Constructors

CreateGooglePayPaymentParams({required String currencyCode, required int amount})
const
factory
CreateGooglePayPaymentParams.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
Amount intended to be collected.
no setterinherited
copyWith → $CreateGooglePayPaymentParamsCopyWith<CreateGooglePayPaymentParams>
no setterinherited
currencyCode String
ISO 4217 alphabetic currency code.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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