call abstract method

TRes call({
  1. Input$FullAddressInput? billing,
  2. Input$FullAddressInput? shipping,
})

Implementation

TRes call({
  Input$FullAddressInput? billing,
  Input$FullAddressInput? shipping,
});