Header menu logo fable-electron-docs-api

Payment Type

Constructors

Constructor Description

Payment(productIdentifier, quantity, applicationUsername, ?paymentDiscount)

Full Usage: Payment(productIdentifier, quantity, applicationUsername, ?paymentDiscount)

Parameters:
    productIdentifier : string - The identifier of the purchased product.
    quantity : int - The quantity purchased.
    applicationUsername : string - An opaque identifier for the user’s account on your system.
    ?paymentDiscount : PaymentDiscount - The details of the discount offer to apply to the payment.

Returns: Payment
productIdentifier : string

The identifier of the purchased product.

quantity : int

The quantity purchased.

applicationUsername : string

An opaque identifier for the user’s account on your system.

?paymentDiscount : PaymentDiscount

The details of the discount offer to apply to the payment.

Returns: Payment

Instance members

Instance member Description

this.applicationUsername

Full Usage: this.applicationUsername

An opaque identifier for the user’s account on your system.

this.paymentDiscount

Full Usage: this.paymentDiscount

The details of the discount offer to apply to the payment.

this.productIdentifier

Full Usage: this.productIdentifier

The identifier of the purchased product.

this.quantity

Full Usage: this.quantity

The quantity purchased.

Type something to start searching.