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

def business_vehicle_pick_up_date

The date when customer takes the vehicle
def business_vehicle_pick_up_date
  @business_vehicle_pick_up_date&.strftime(
    GenesisRuby::Api::Constants::DateTimeFormats::DD_MM_YYYY_L_HYPHENS
  )
end