-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.utils.Disposable,ru.tinkoff.acquiring.sdk.utils.Request
public final class GetCardListRequest extends AcquiringRequest<GetCardListResponse>
Возвращает список привязанных карт у покупателя
-
-
Field Summary
Fields Modifier and Type Field Description private StringcustomerKeyprivate final StringhttpRequestMethodprivate final StringcontentType
-
Constructor Summary
Constructors Constructor Description GetCardListRequest()
-
Method Summary
Modifier and Type Method Description final StringgetCustomerKey()Идентификатор покупателя в системе продавца final UnitsetCustomerKey(String customerKey)Идентификатор покупателя в системе продавца Map<String, Object>asMap()Unitexecute(Function1<GetCardListResponse, Unit> onSuccess, Function1<Exception, Unit> onFailure)Синхронный вызов метода API -
-
Method Detail
-
getCustomerKey
final String getCustomerKey()
Идентификатор покупателя в системе продавца
-
setCustomerKey
final Unit setCustomerKey(String customerKey)
Идентификатор покупателя в системе продавца
-
-
-
-