Package | Description |
---|---|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionDraftDsl |
Modifier and Type | Method and Description |
---|---|
List<TransactionDraft> |
PaymentDraft.getTransactions() |
List<TransactionDraft> |
PaymentDraftBuilder.getTransactions() |
List<TransactionDraft> |
PaymentDraftDsl.getTransactions() |
Modifier and Type | Method and Description |
---|---|
static TransactionDraftBuilder |
TransactionDraftBuilder.of(TransactionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
PaymentDraftBuilder |
PaymentDraftBuilder.plusTransactions(TransactionDraft transactions)
Adds
transactions parameter to the transactions list property of this builder. |
Modifier and Type | Method and Description |
---|---|
PaymentDraftBuilder |
PaymentDraftBuilder.plusTransactions(List<TransactionDraft> transactions)
Concatenate
transactions parameter to the transactions list property of this builder. |
PaymentDraftBuilder |
PaymentDraftBuilder.transactions(List<TransactionDraft> transactions)
Sets the
transactions property of this builder. |
PaymentDraftDsl |
PaymentDraftDsl.withTransactions(List<TransactionDraft> transactions) |
Modifier and Type | Method and Description |
---|---|
TransactionDraft |
AddTransaction.getTransaction() |
Modifier and Type | Method and Description |
---|---|
static AddTransaction |
AddTransaction.of(TransactionDraft transaction) |