InvoiceAcquiring class
Constructors
Properties
- config → InvoiceAcquiringConfig
-
Класс позволяет конфигурировать SDK.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelPayment(
CancelPaymentRequest request) → Future< CreatePaymentResponse> - Метод отмены платежа В случае успешной Отмены платежа вернется ответ со статусом closed
-
createPayment(
CreatePaymentRequest request) → Future< CreatePaymentResponse> - Метод создания платежа
-
createPointOfSales(
PointOfSalesCreateRequest request) → Future< PointOfSalesInfoResponse> - Метод создания новой точки продаж
-
createTerminal(
TerminalCreateRequest request) → Future< TerminalInfoResponse> - Метод создания терминала
-
getPayment(
GetPaymentStatus request) → Future< CreatePaymentResponse> - Метод получения статуса по номеру платежа
-
getPaymentByOrder(
GetOrderStatus request) → Future< CreatePaymentResponse> - Метод получения статуса по номеру заказа
-
getPointOfSales(
PointOfFalesInfoRequest request) → Future< PointOfSalesInfoResponse> - Метод получения информации по точке продаж
-
getTerminal(
TerminalInfoRequest request) → Future< TerminalInfoResponse> - Метод получения информации по терминалу
-
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