Class AddCardResponse
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AddCardResponse extends AcquiringResponse
Ответ на запрос 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()final 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
final Long getPaymentId()
-
-
-
-