PaymentMethodWidgetControl class

renderPaymentMethod로 얻을 수 있는 클래스입니다. updateAmount : 결제 금액을 변경합니다. 변경된 금액에 따라 UI도 업데이트 됩니다(할부 적용, 즉시할인 적용). getSelectedPaymentMethod : 고객이 선택한 결제수단을 반환합니다.

Properties

getSelectedPaymentMethod Future<SelectedPaymentMethod> Function()
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAmount Future<void> Function({required num amount})
final

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