Class AddCardResponse
-
- All Implemented Interfaces:
-
java.io.Serializable,ru.tinkoff.acquiring.sdk.responses.ResponseWithPaymentId
public final class AddCardResponse extends AcquiringResponse implements ResponseWithPaymentId
Ответ на запрос AddCard
Mariya Chernyadieva
-
-
Constructor Summary
Constructors Constructor Description AddCardResponse(String customerKey, String requestKey, Long paymentId)
-
Method Summary
Modifier and Type Method Description final StringgetCustomerKey()final StringgetRequestKey()LonggetPaymentId()-
-
Constructor Detail
-
AddCardResponse
AddCardResponse(String customerKey, String requestKey, Long paymentId)
- Parameters:
customerKey- идентификатор покупателя в системе продавцаrequestKey- идентификатор запроса на привязку картыpaymentId- Уникальный идентификатор транзакции в системе Банка Возвращается, если в запросе был указан checkType !
-
-
Method Detail
-
getCustomerKey
final String getCustomerKey()
-
getRequestKey
final String getRequestKey()
-
getPaymentId
Long getPaymentId()
-
-
-
-