-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AddCardResponse extends AcquiringResponse
Ответ на запрос AddCard
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcustomerKeyprivate final StringrequestKeyprivate final Stringmessageprivate final Stringdetailsprivate final StringterminalKeyprivate final StringerrorCodeprivate final BooleanisSuccess
-
Constructor Summary
Constructors Constructor Description AddCardResponse(String customerKey, String requestKey)
-
Method Summary
Modifier and Type Method Description final StringgetCustomerKey()final StringgetRequestKey()-
-
Method Detail
-
getCustomerKey
final String getCustomerKey()
-
getRequestKey
final String getRequestKey()
-
-
-
-