public interface CreditCardRecurringTransactionRequest extends GiroCheckoutRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTH_TYPE
Reservierung des Betrags
|
static java.lang.String |
SALE_TYPE
Verkauf wird sofort gebucht (default)
|
static java.lang.Integer |
WIEDERKEHRENDE_ZAHLUNG_JA
Wiederkehrende Zahlung
|
static java.lang.Integer |
WIEDERKEHRENDE_ZAHLUNG_NEIN
Keine wiederkehrende Zahlung
|
Modifier and Type | Method and Description |
---|---|
CreditCardRecurringTransactionResponse |
execute()
Führt eine wiederkehrende Kreditkartenzahlung durch.
|
static final java.lang.String SALE_TYPE
static final java.lang.String AUTH_TYPE
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_NEIN
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_JA
CreditCardRecurringTransactionResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
CreditCardRecurringTransactionRequest request = project
.createCreditCardRecurringTransactionRequest(merchantTxId,
amount, currency, purpose, type, pkn, recurring, urlNotify);
CreditCardRecurringTransactionResponse response = request
.execute();
GiroCheckoutException
GiroCheckoutProtocolException