@bigcommerce/checkout-sdk 1.215.1 → 1.216.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4078,6 +4078,10 @@ declare interface GatewayOrderPayment extends OrderPayment {
4078
4078
  step: string;
4079
4079
  instructions: string;
4080
4080
  };
4081
+ mandate?: {
4082
+ id: string;
4083
+ url?: string;
4084
+ };
4081
4085
  }
4082
4086
 
4083
4087
  declare interface GiftCertificate {
@@ -4971,7 +4975,6 @@ declare interface Order {
4971
4975
  status: string;
4972
4976
  taxes: Tax[];
4973
4977
  taxTotal: number;
4974
- mandateUrl?: string;
4975
4978
  }
4976
4979
 
4977
4980
  declare interface OrderConsignment {
@@ -4981,6 +4984,7 @@ declare interface OrderConsignment {
4981
4984
  declare interface OrderPayment {
4982
4985
  providerId: string;
4983
4986
  gatewayId?: string;
4987
+ methodId?: string;
4984
4988
  paymentId?: string;
4985
4989
  description: string;
4986
4990
  amount: number;