bungie-net-core
Version:
An easy way to interact with the Bungie.net API
10 lines (9 loc) • 330 B
TypeScript
/**
* The action that happens when the user attempts to refund an item.
* @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyVendorItemRefundPolicy}
*/
export declare const DestinyVendorItemRefundPolicy: {
readonly NotRefundable: 0;
readonly DeletesItem: 1;
readonly RevokesLicense: 2;
};