Documentation of the CarRentalAgentService

ChangeResPaymentMethodRequest Class

Use this class to create a Request for an operation to edit the payment-information of a Reservation.

For a list of all members of this type, see ChangeResPaymentMethodRequest Members.

System.Object
   Request
      ChangeResPaymentMethodRequest

public class ChangeResPaymentMethodRequest : Request

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An already cancelled Reservation(see: ReservationStatus) remains unchanged. The CancelReservationResponse reports this issue in that case as an error. This Request has to be used to call ChangeReservationPaymentMethod - Method. This Request was designed to change the payment details of an existing Reservation. Nevertheless, the EditOptions for the Reservation will be taken into account by this method, too.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

ChangeResPaymentMethodRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | ChangeResPaymentMethodResponse