BootpayCommerce class

Commerce 결제 요청을 위한 메인 클래스 Bootpay.requestPayment와 동일한 API 패턴을 사용합니다.

Constructors

BootpayCommerce()
factory

Properties

environmentMode String
환경 설정 (development, stage, production)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload CommercePayload?
현재 Payload
getter/setter pair
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

Static Methods

dismiss(BuildContext context) → void
결제창 닫기 (BuildContext가 필요한 경우)
requestCheckout({required BuildContext context, required CommercePayload payload, bool showCloseButton = false, Widget? closeButton, CommerceDefaultCallback? onDone, CommerceDefaultCallback? onError, CommerceDefaultCallback? onCancel, CommerceDefaultCallback? onIssued, CommerceCloseCallback? onClose}) → void
Commerce 결제 요청 (requestCheckout) Bootpay.requestPayment와 동일한 API 패턴
setEnvironmentMode(String mode) → void
환경 모드 설정

Constants

COMMERCE_URL → const String
Commerce CDN URL