@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Payment
Link
Branding
Configs
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
get
All
patch
put
Payment
Link
Branding
Configuration
Payment
Link
Branding
Configuration
Options
Payment
Link
Branding
Configuration
Query
Options
Payment
Link
Branding
Configuration
Response
Payment
Link
Branding
Configurations
Response
Hierarchy
ThBaseHandler
PaymentLinkBrandingConfigs
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
get
All
patch
put
Constructors
constructor
new
Payment
Link
Branding
Configs
(
options
:
PaymentLinkBrandingConfigurationOptions
, http
:
Client
)
:
PaymentLinkBrandingConfigs
Parameters
options:
PaymentLinkBrandingConfigurationOptions
http:
Client
Returns
PaymentLinkBrandingConfigs
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
PaymentLinkBrandingConfigurationOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/payment-link-branding-configs'
Methods
create
create
(
configuration
:
PaymentLinkBrandingConfiguration
)
:
Promise
<
PaymentLinkBrandingConfigurationResponse
>
Parameters
configuration:
PaymentLinkBrandingConfiguration
Returns
Promise
<
PaymentLinkBrandingConfigurationResponse
>
delete
delete
(
configurationId
:
string
)
:
Promise
<
PaymentLinkBrandingConfigurationResponse
>
Parameters
configurationId:
string
Returns
Promise
<
PaymentLinkBrandingConfigurationResponse
>
get
get
(
configurationId
:
string
)
:
Promise
<
PaymentLinkBrandingConfigurationReference
>
Parameters
configurationId:
string
Returns
Promise
<
PaymentLinkBrandingConfigurationReference
>
get
All
get
All
(
optionsOrQuery
?:
PaymentLinkBrandingConfigurationQueryOptions
)
:
Promise
<
PaymentLinkBrandingConfigurationsResponse
>
Parameters
Optional
optionsOrQuery:
PaymentLinkBrandingConfigurationQueryOptions
Returns
Promise
<
PaymentLinkBrandingConfigurationsResponse
>
patch
patch
(
configurationId
:
string
, configuration
:
PaymentLinkBrandingConfiguration
)
:
Promise
<
PaymentLinkBrandingConfigurationResponse
>
Parameters
configurationId:
string
configuration:
PaymentLinkBrandingConfiguration
Returns
Promise
<
PaymentLinkBrandingConfigurationResponse
>
put
put
(
configurationId
:
string
, configuration
:
PaymentLinkBrandingConfiguration
)
:
Promise
<
PaymentLinkBrandingConfigurationResponse
>
Parameters
configurationId:
string
configuration:
PaymentLinkBrandingConfiguration
Returns
Promise
<
PaymentLinkBrandingConfigurationResponse
>
Generated using
TypeDoc