Documentation
    Preparing search index...
    • Parameters

      • body: any

      Returns {
          Envelope: {
              _attributes: {
                  "xmlns:air": string;
                  "xmlns:aug": string;
                  "xmlns:soapenv": string;
                  "xmlns:tc": string;
              };
              "SOAP-ENV:Body": {
                  "ns1:XXTransaction": {
                      REQ: {
                          OrderChangeRQ: {
                              _attributes: {
                                  TransactionIdentifier: string;
                                  Version: string;
                                  "xmlns:BP_SP_172": string;
                              };
                              AugmentationPoint: {
                                  "BP_SP_172:SecurePayment": {
                                      "BP_SP_172:PaymentProcessingDetails": {
                                          "BP_SP_172:Amount": {
                                              _attributes: { CurCode: ... };
                                              _text: number;
                                          };
                                          "BP_SP_172:PaymentCardRefKey": string;
                                          "BP_SP_172:PaymentMethod": {
                                              "BP_SP_172:PaymentCard": {
                                                  "BP_SP_172:SecurePaymentVersion2": ...;
                                              };
                                          };
                                          "BP_SP_172:TypeCode": any;
                                      };
                                  };
                              };
                              DataLists: {
                                  ContactList: { ContactInformation: any[] };
                                  PassengerList: { Passenger: any[] };
                              };
                              Document: { _attributes: { id: string } };
                              Party: {
                                  Sender: { TravelAgencySender: { AgencyID: any; PseudoCity: any } };
                              };
                              Query: | {
                                  ActionContext: any;
                                  OrderID: any;
                                  Payments: { Payment: { Method: { Other: ... }; Type: string } };
                              }
                              | {
                                  OrderChangeMetadata: {
                                      Other: { OtherMetadata: { PaymentFormMetadatas: ... } };
                                  };
                                  OrderID: any;
                                  OrderServicing: { AcceptOffer: { Offer: any } };
                                  PassengerServicing: {
                                      New: {
                                          _attributes: { PassengerID: ... };
                                          IdentityDocument: {
                                              ActionType: ...;
                                              Birthdate: ...;
                                              ExpiryDate: ...;
                                              Gender: ...;
                                              IdentityDocumentNumber: ...;
                                              IdentityDocumentType: ...;
                                              IssueDate: ...;
                                              IssuingCountryCode: ...;
                                          };
                                      };
                                      Previous: {
                                          _attributes: { PassengerID: ... };
                                          IdentityDocument: {
                                              ActionType: ...;
                                              Birthdate: ...;
                                              ExpiryDate: ...;
                                              Gender: ...;
                                              IdentityDocumentNumber: ...;
                                              IdentityDocumentType: ...;
                                              IssueDate: ...;
                                              IssuingCountryCode: ...;
                                          };
                                      };
                                  };
                                  Payments: | {
                                      Payment: {
                                          Amount: ...;
                                          Method: ...;
                                          OrderItemID: ...;
                                          Type: ...;
                                      };
                                  }
                                  | {
                                      Payment: {
                                          Amount: ...;
                                          Method: ...;
                                          OrderItemID: ...;
                                          Type: ...;
                                      };
                                  }
                                  | {
                                      Payment: {
                                          Amount: ...;
                                          Method: ...;
                                          OrderItemID: ...;
                                          Type: ...;
                                      };
                                  };
                              };
                          };
                      };
                  };
              };
              "SOAP-ENV:Header": {
                  "t:TransactionControl": {
                      tc: {
                          app: {
                              _attributes: { language: string; version: string };
                              _text: string;
                          };
                          iden: {
                              _attributes: {
                                  agt: any;
                                  agtpwd: any;
                                  agy: any;
                                  p: string;
                                  pseudocity: any;
                                  u: string;
                              };
                          };
                          script: { _attributes: { engine: string; name: string } };
                          trace: string;
                      };
                  };
              };
          };
      }