YenepayParameters class

Constructors

YenepayParameters({required YenepayProcess process, String? merchantOrderId, required String merchantId, required List<YenepayItem> items, String? ipnUrl, int? expiresAfter, int? expiresInDays, double? totalItemsHandlingFee, double? totalItemsDeliveryFee, double? totalItemsDiscount, double? totalItemsTax1, double? totalItemsTax2})

Properties

expiresAfter int?
final
expiresInDays int?
final
hashCode int
The hash code for this object.
no setterinherited
ipnUrl String?
final
items List<YenepayItem>
final
merchantId String
final
merchantOrderId String?
final
process YenepayProcess
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItemsDeliveryFee double?
final
totalItemsDiscount double?
final
totalItemsHandlingFee double?
final
totalItemsTax1 double?
final
totalItemsTax2 double?
final

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