| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionCreate |
TransactionCreate.autoConfirmationEnabled(Boolean autoConfirmationEnabled) |
TransactionCreate |
TransactionCreate.chargeRetryEnabled(Boolean chargeRetryEnabled) |
TransactionCreate |
TransactionCreate.customersPresence(CustomersPresence customersPresence) |
TransactionCreate |
TransactionCreate.deviceSessionIdentifier(String deviceSessionIdentifier) |
TransactionCreate |
TransactionCreate.emailsDisabled(Boolean emailsDisabled) |
TransactionCreate |
TransactionCreate.environment(Environment environment) |
TransactionCreate |
TransactionCreate.environmentSelectionStrategy(TransactionEnvironmentSelectionStrategy environmentSelectionStrategy) |
TransactionCreate |
TransactionCreate.spaceViewId(Long spaceViewId) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionService.create(Long spaceId,
TransactionCreate transaction)
Create
Creates the entity with the given properties.
|
Transaction |
TransactionService.create(Long spaceId,
TransactionCreate transaction,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
com.google.api.client.http.HttpResponse |
TransactionService.createForHttpResponse(Long spaceId,
TransactionCreate transaction) |
com.google.api.client.http.HttpResponse |
TransactionService.createForHttpResponse(Long spaceId,
TransactionCreate transaction,
Map<String,Object> params) |
Copyright © 2021. All rights reserved.