interface SendGlobalOffer {
    attributes?: string;
    collection: string;
    depositAmount?: string;
    payment_nonce: number;
    payment_token: string;
    price: number;
    quantity: number;
}

Properties

attributes?: string
collection: string
depositAmount?: string
payment_nonce: number
payment_token: string
price: number
quantity: number