JB721TiersSetDiscountPercentConfig
Notes:
- 
member: tierId The ID of the tier to set the discount percent for.
 - 
member: discountPercent The discount percent to set for the tier.
 
struct JB721TiersSetDiscountPercentConfig {
    uint32 tierId;
    uint16 discountPercent;
}