bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Class Affiliate

    Base class that implements the CustomType interface. It provides default implementations for all methods.

    IMPORTANT: You must implement the getNumberFieldNames method yourself for this class to work properly. Also, you will need to implement the convert method yourself if you want to use it in a typed manner. This can be done by simply calling convertClassPropertiesAndMaintainNumberTypes(this, convertFunction, options) and casting the result to the correct type.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    address: string

    address is the affiliate recipient address

    basisPointsFee: string

    basis_points_fee is the fee in basis points (1/10000, e.g., 100 = 1%)

    Methods