module GenesisRuby::Api::Mixins::Requests::Financial::Business::CarPlaneAndBoatRentalsAttributes

def business_vehicle_pick_up_date=(value)

The date when customer takes the vehicle
def business_vehicle_pick_up_date=(value)
  parse_date attribute: __method__, value: value, allow_empty: true
end