PayPayAuth class
Credentials required by the client to execute the API
- Annotations
-
- @freezed
Constructors
- PayPayAuth.new({required String apiKey, required String apiSecret, required String merchantId})
-
factory
Properties
- apiKey → String
-
API KEY
no setterinherited
- apiSecret → String
-
API SECRET
no setterinherited
-
copyWith
→ $PayPayAuthCopyWith<
PayPayAuth> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantId → String
-
used as X-ASSUME-MERCHANT header, set empty if you will not POST
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited