open fun nativeToSizeBAsync(scales: List<String>, values: List<Int>, genders: List<String>, options: Map<String, Any> = HashMap()): Deferred<List<Map<String, Any>>?>
Converts multiple size values to the corresponding native size. The available scales, genders and sizes can be obtained with the method getPriceAsync.
scales
- A list of scales to convert from.
values
- A list of values to convert.
genders
- A list of genders corresponding to the values.
Return
A Deferred that will be completed with a list with the native values as an argument.