public interface BlueCodeTransactionRequest extends GiroCheckoutRequest
Modifier and Type | Field and Description |
---|---|
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 |
---|---|
BlueCodeTransactionResponse |
execute()
Initialisierung einer Blue Code Zahlung.
|
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_NEIN
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_JA
BlueCodeTransactionResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
BlueCodeTransactionRequest request = project
.createBlueCodeTransactionRequest(merchantTxId, amount, currency,
branch, slip, slipDateTime, purpose, recurringId, urlRedirect, urlNotify);
BlueCodeTransactionResponse response = request.execute();