SDPPaymentBean class
Constructors
- SDPPaymentBean({required String productCode, required String orderAmt, required String goodsName})
Properties
- goodsName → String
-
商品名称 必填
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderAmt → String
-
订单金额(单位:元,1分=0.01元) 必填
final
- productCode → String
-
多种支付方式 支付方式 多个就支持多种 一个就支持一种 微信02010005 支付宝02020004 银联02030001 链接02000002 杉德宝02040001
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited