java.lang.Object | |
↳ | com.usebutton.sdk.models.MerchantAction |
Defines a merchant link action for asynchronous resolution including redirects.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new merchant action with a URL.
| |||||||||||
Creates a new merchant action with a URL and a publisher reference.
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a valid URL or `null` if invalid.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new merchant action with a URL.
url | The url of a merchant or link provider (may include redirects). |
---|
Creates a new merchant action with a URL and a publisher reference.
url | The url of a merchant or link provider (may include redirects). |
---|---|
publisherReference | A token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.) |
Returns a valid URL or `null` if invalid.