PaymentConfig class

Constructors

PaymentConfig({String appId = "", String customerId = "", String originalBusinessId = "", String fromScheme = "", PaymentEnvironment environment = PaymentEnvironment.production, String? locale, WechatConfig? wechat, ApplePayConfig? applePay, GooglePayConfig? googlePay})
PaymentConfig.fromJson(Map<String, dynamic> json)
factory

Properties

appId String
getter/setter pair
applePay ApplePayConfig?
getter/setter pair
customerId String
getter/setter pair
environment PaymentEnvironment
getter/setter pair
fromScheme String
getter/setter pair
googlePay GooglePayConfig?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale String
getter/setter pair
originalBusinessId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wechat WechatConfig?
getter/setter pair

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