BTNMerchantAction Class Reference

Inherits from NSObject
Declared in BTNMerchantAction.h

  url

The url of a merchant or link provider (may include redirects).

@property (nonatomic, copy, readonly) NSURL *url

Discussion

The url of a merchant or link provider (may include redirects).

Declared In

BTNMerchantAction.h

  publisherReference

A token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.)

@property (nonatomic, copy, readonly) NSString *publisherReference

Discussion

A token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.)

Declared In

BTNMerchantAction.h

+ actionWithURL:

Creates a new merchant action with a URL.

+ (instancetype)actionWithURL:(NSURL *)url

Parameters

url

The url of a merchant or link provider (may include redirects).

Discussion

Creates a new merchant action with a URL.

Declared In

BTNMerchantAction.h

+ actionWithURL:publisherReference:

Creates a new merchant action with a URL and a publisher reference.

+ (instancetype)actionWithURL:(NSURL *)url publisherReference:(nullable NSString *)publisherReference

Parameters

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.)

Discussion

Creates a new merchant action with a URL and a publisher reference.

Declared In

BTNMerchantAction.h