copyWith method

Implementation

WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkCardPointeActiveLinkToken
    copyWith({String? orderId, double? amountToPay, bool? capture}) {
  return WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkCardPointeActiveLinkToken(
      orderId: orderId ?? this.orderId,
      amountToPay: amountToPay ?? this.amountToPay,
      capture: capture ?? this.capture);
}