-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AttachCardResponse extends AcquiringResponse
Ответ на запрос AttachCard
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestKeyprivate final StringcustomerKeyprivate final StringcardIdprivate final StringrebillIdprivate final ResponseStatusstatusprivate final StringacsUrlprivate final Stringmdprivate final StringpaReqprivate final Stringmessageprivate final Stringdetailsprivate final StringterminalKeyprivate final StringerrorCodeprivate final BooleanisSuccess
-
Constructor Summary
Constructors Constructor Description AttachCardResponse(String requestKey, String customerKey, String cardId, String rebillId, ResponseStatus status, String acsUrl, String md, String paReq)
-
Method Summary
Modifier and Type Method Description final StringgetRequestKey()final StringgetCustomerKey()final StringgetCardId()final StringgetRebillId()final ResponseStatusgetStatus()final StringgetAcsUrl()final StringgetMd()final StringgetPaReq()final ThreeDsDatagetThreeDsData()-
-
Constructor Detail
-
AttachCardResponse
AttachCardResponse(String requestKey, String customerKey, String cardId, String rebillId, ResponseStatus status, String acsUrl, String md, String paReq)
- Parameters:
requestKey- идентификатор запроса на привязку картыcustomerKey- идентификатор покупателя в системе продавцаcardId- идентификатор карты в системе банкаrebillId- идентификатор рекуррентного платежаstatus- статус привязки картыacsUrl- адрес сервера управления доступом, для проверки 3DSmd- уникальный номер заказа в системе платежного шлюза, для проверки 3DSpaReq- параметр из ответа на запрос оплаты, для проверки 3DS
-
-
Method Detail
-
getRequestKey
final String getRequestKey()
-
getCustomerKey
final String getCustomerKey()
-
getRebillId
final String getRebillId()
-
getStatus
final ResponseStatus getStatus()
-
getThreeDsData
final ThreeDsData getThreeDsData()
-
-
-
-