Package | Description |
---|---|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands |
Provides types to change the state of payments.
|
Modifier and Type | Class and Description |
---|---|
class |
PaymentDraftDsl
Dsl class for
PaymentDraft . |
Modifier and Type | Method and Description |
---|---|
static PaymentDraftBuilder |
PaymentDraftBuilder.of(PaymentDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static PaymentDraftDsl |
PaymentDraftDsl.of(PaymentDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static PaymentCreateCommand |
PaymentCreateCommand.of(PaymentDraft draft)
Creates a command object to create a
Payment . |