lodgingPeriodSpecialProgramCode property

  1. @BuiltValueField.new(wireName: r'lodging.SpecialProgramCode')
String? get lodgingPeriodSpecialProgramCode

A code that corresponds to the category of lodging charges for the payment. Possible values: * 1: Lodging * 2: No show reservation * 3: Advanced deposit

Implementation

@BuiltValueField(wireName: r'lodging.SpecialProgramCode')
String? get lodgingPeriodSpecialProgramCode;