-
- All Implemented Interfaces:
-
java.io.Serializable
public final class SubmitRandomAmountResponse extends AcquiringResponse
Ответ на запрос SubmitRandomAmount
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestKeyprivate final StringcustomerKeyprivate final StringcardIdprivate final StringrebillIdprivate final Stringmessageprivate final Stringdetailsprivate final StringterminalKeyprivate final StringerrorCodeprivate final BooleanisSuccess
-
Constructor Summary
Constructors Constructor Description SubmitRandomAmountResponse(String requestKey, String customerKey, String cardId, String rebillId)
-
Method Summary
Modifier and Type Method Description final StringgetRequestKey()final StringgetCustomerKey()final StringgetCardId()final StringgetRebillId()-
-
Constructor Detail
-
SubmitRandomAmountResponse
SubmitRandomAmountResponse(String requestKey, String customerKey, String cardId, String rebillId)
- Parameters:
requestKey- идентификатор запроса на привязку картыcustomerKey- идентификатор покупателя в системе продавцаcardId- идентификатор карты в системе банкаrebillId- идентификатор рекуррентного платежа
-
-
Method Detail
-
getRequestKey
final String getRequestKey()
-
getCustomerKey
final String getCustomerKey()
-
getRebillId
final String getRebillId()
-
-
-
-