Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Body": {
              OrderChangeRQ: {
                  _attributes: { PrimaryLangID: string; Version: string; xmlns: string };
                  DataLists: {
                      ContactList: {
                          ContactInformation: {
                              _attributes: { ContactID: string };
                              ContactProvided: { EmailAddress: { EmailAddressValue: any } };
                              ContactType: string;
                              Individual: { GivenName: any; Surname: any };
                          };
                      };
                  };
                  Document: { Name: string };
                  Party: any;
                  PointOfSale: { Location: { CountryCode: string } };
                  Query: {
                      AcceptRepricedOrder: { ResponseID: any };
                      OrderID: any;
                      Payments: {
                          Payment: {
                              Amount: { _attributes: { Code: string }; _text: any };
                              Method:
                                  | {
                                      Cash: { _attributes: { CashInd: ... } };
                                      PaymentCard?: undefined;
                                      Voucher?: undefined;
                                  }
                                  | {
                                      Cash?: undefined;
                                      PaymentCard?: undefined;
                                      Voucher: { Number: any };
                                  }
                                  | {
                                      Cash?: undefined;
                                      PaymentCard: {
                                          CardCode: string;
                                          CardHolderBillingAddress: {
                                              CityName: ...;
                                              CountryCode: ...;
                                              PostalCode: ...;
                                              Street: ...;
                                          };
                                          CardHolderName: { _attributes: ...; _text: ... };
                                          CardNumber: string;
                                          CardType: string;
                                          EffectiveExpireDate: { Expiration: ... };
                                          SeriesCode: string;
                                      };
                                      Voucher?: undefined;
                                  };
                              Payer: { ContactInfoRefs: string };
                              Type: any;
                          }[];
                      };
                  };
              };
          };
      }