Closed nwithan8 closed 5 months ago
Batch
IBatchParameter
Batch batch = await client.Batch.Retrieve("batch_123"); EasyPost.Parameters.Pickup.Create parameters = new() { Batch = batch, // compile error due to mismatch type Instructions = "Special pickup instructions", };
Please select the option(s) that are relevant to this PR.
Description
Batch
class not inheritingIBatchParameter
, preventing aBatch
object from being used in a parameter set. Ex:Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.