AdjustCustomerStoreCreditResult
Result of adjusting customer store credit
type AdjustCustomerStoreCreditResult {
customerId: Int
amount: Float
success: Boolean
}
Fields
customerId ● Int
The customer id of the adjusted customer
amount ● Float
Amount after adjustment.
success ● Boolean
Whether the adjustment was successful.
Example
{}